Sign in
chromium
/
chromium
/
src
/
1e9271a0800863019c2f0f33a8e328583c9c35d6
/
.
/
third_party
/
blink
/
web_tests
/
external
/
wpt
/
beacon
/
beacon-readablestream.window.js
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"
);