Sign in
webkit
/
WebKit
/
87082c751936009cbc5628fdc0a9f6ad6c07a7eb
/
.
/
LayoutTests
/
imported
/
w3c
/
web-platform-tests
/
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"
);