mirror of
https://github.com/servo/servo.git
synced 2025-07-12 01:43:43 +01:00
3 lines
188 B
JavaScript
3 lines
188 B
JavaScript
test(() => {
|
|
assert_throws(new TypeError(), () => navigator.sendBeacon("...", new ReadableStream()));
|
|
}, "sendBeacon() with a stream does not work due to the keepalive flag being set");
|