We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 9d5e68c commit bf3f18fCopy full SHA for bf3f18f
1 file changed
test/fetch/response.js
@@ -95,17 +95,6 @@ test('arg validation', async () => {
95
assert.throws(() => {
96
Response.prototype.clone.call(null)
97
}, TypeError)
98
-
99
- await assert.rejects(
100
- new Response('http://localhost').text.call({
101
- blob () {
102
- return {
103
- text () {
104
- return Promise.resolve('emulating response.blob()')
105
- }
106
107
108
- }), TypeError)
109
})
110
111
test('response clone', () => {
0 commit comments