blob: fc7f81f884bdf47b6eb76f6d9b237bc38556efa4 [file] [log] [blame]
test(() => {
assert_throws(new TypeError(), () => navigator.sendBeacon("...", new ReadableStream()));
}, "sendBeacon() with a stream does not work due to the keepalive flag being set");