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