mirror of
https://github.com/servo/servo.git
synced 2025-10-04 02:29:12 +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");
|