https://github.com/web-platform-tests/wpt
Raw File
Tip revision: eb313d646aff9c95247c506a19f1922f44b267ea authored by Sandra Sun on 19 December 2018, 15:38:18 UTC
Snap after layout change
Tip revision: eb313d6
beacon-readablestream.window.js
test(() => {
  assert_throws(new TypeError(), () => navigator.sendBeacon("...", new ReadableStream()));
}, "sendBeacon() with a stream does not work due to the keepalive flag being set");
back to top