We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
This fails with polyfill - works ok in browser
x = new Request('x') y = new Request(x) console.assert(x.bodyUsed === false) // expected bodyUsed to be false