Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

// META: global=window,worker
promise_test(function(test) {
var requestInit = {"method": "HEAD", "body": "test"};
return promise_rejects_js(test, TypeError, fetch(".", requestInit));
}, "Fetch with HEAD with body");