Source code

Revision control

Copy as Markdown

Other Tools

Test Info:

// META: global=window,worker
promise_test(t => {
return promise_rejects_js(t, TypeError, fetch("../../../xhr/resources/parse-headers.py?my-custom-header="+encodeURIComponent("x\0x")));
}, "Ensure fetch() rejects null bytes in headers");