@@ -90207,21 +90207,21 @@
90207
90207
"message": "threw Error: Timed out"
90208
90208
},
90209
90209
{
90210
- "name": "api.ReadableStream.pipeThrough ",
90210
+ "name": "api.ReadableStream.cancel ",
90211
90211
"info": {
90212
- "code": "(function () {\n if (!(\"fetch\" in self)) {\n return { result: false, message: \"fetch is not defined\" };\n }\n var promise = fetch(\"/favicon/favicon.ico\")\n .then(function (response) {\n return response.body;\n })\n .catch(function () {\n // Browsers need a relative path for CORS, but JS runtimes need an absolute path to reference\n return fetch(\n \"https://mdn-bcd-collector.gooborg.com/favicon/favicon.ico\"\n ).then(function (response) {\n return response.body;\n });\n });\n if (!promise) {\n return { result: false, message: \"Promise variable is falsy\" };\n }\n return promise.then(function (instance) {\n return !!instance && \"pipeThrough \" in instance;\n });\n})();\n",
90212
+ "code": "(function () {\n if (!(\"fetch\" in self)) {\n return { result: false, message: \"fetch is not defined\" };\n }\n var promise = fetch(\"/favicon/favicon.ico\")\n .then(function (response) {\n return response.body;\n })\n .catch(function () {\n // Browsers need a relative path for CORS, but JS runtimes need an absolute path to reference\n return fetch(\n \"https://mdn-bcd-collector.gooborg.com/favicon/favicon.ico\"\n ).then(function (response) {\n return response.body;\n });\n });\n if (!promise) {\n return { result: false, message: \"Promise variable is falsy\" };\n }\n return promise.then(function (instance) {\n return !!instance && \"cancel \" in instance;\n });\n})();\n",
90213
90213
"exposure": "Window"
90214
90214
},
90215
- "result": null,
90216
- "message": "threw Error: Timed out"
90215
+ "result": true
90217
90216
},
90218
90217
{
90219
- "name": "api.ReadableStreamDefaultReader.cancel ",
90218
+ "name": "api.ReadableStream.pipeThrough ",
90220
90219
"info": {
90221
- "code": "(function () {\n if (!(\"fetch\" in self)) {\n return { result: false, message: \"fetch is not defined\" };\n }\n var streamPromise = fetch(\"/favicon/favicon.ico\")\n .then(function (response) {\n return response.body;\n })\n .catch(function () {\n // Browsers need a relative path for CORS, but JS runtimes need an absolute path to reference\n return fetch(\n \"https://mdn-bcd-collector.gooborg.com/favicon/favicon.ico\"\n ).then(function (response) {\n return response.body;\n });\n });\n if (!streamPromise) {\n return { result: false, message: \"streamPromise is falsy\" };\n }\n var promise = streamPromise.then(function (stream ) {\n return stream.getReader();\n });\n if (!promise) {\n return { result: false, message: \"Promise variable is falsy\" };\n }\n return promise.then(function (instance) {\n return !!instance && \"cancel \" in instance;\n });\n})();\n",
90220
+ "code": "(function () {\n if (!(\"fetch\" in self)) {\n return { result: false, message: \"fetch is not defined\" };\n }\n var promise = fetch(\"/favicon/favicon.ico\")\n .then(function (response) {\n return response.body;\n })\n .catch(function () {\n // Browsers need a relative path for CORS, but JS runtimes need an absolute path to reference\n return fetch(\n \"https://mdn-bcd-collector.gooborg.com/favicon/favicon.ico\"\n ).then(function (response) {\n return response.body;\n });\n });\n if (!promise) {\n return { result: false, message: \"Promise variable is falsy\" };\n }\n return promise.then(function (instance) {\n return !!instance && \"pipeThrough \" in instance;\n });\n})();\n",
90222
90221
"exposure": "Window"
90223
90222
},
90224
- "result": true
90223
+ "result": null,
90224
+ "message": "threw Error: Timed out"
90225
90225
},
90226
90226
{
90227
90227
"name": "api.ReadableStream.pipeTo",
@@ -90260,36 +90260,36 @@
90260
90260
"message": "threw Error: Timed out"
90261
90261
},
90262
90262
{
90263
- "name": "api.ReadableStreamDefaultReader.closed ",
90263
+ "name": "api.ReadableStreamDefaultReader.cancel ",
90264
90264
"info": {
90265
- "code": "(function () {\n if (!(\"fetch\" in self)) {\n return { result: false, message: \"fetch is not defined\" };\n }\n var streamPromise = fetch(\"/favicon/favicon.ico\")\n .then(function (response) {\n return response.body;\n })\n .catch(function () {\n // Browsers need a relative path for CORS, but JS runtimes need an absolute path to reference\n return fetch(\n \"https://mdn-bcd-collector.gooborg.com/favicon/favicon.ico\"\n ).then(function (response) {\n return response.body;\n });\n });\n if (!streamPromise) {\n return { result: false, message: \"streamPromise is falsy\" };\n }\n var promise = streamPromise.then(function (stream) {\n return stream.getReader();\n });\n if (!promise) {\n return { result: false, message: \"Promise variable is falsy\" };\n }\n return promise.then(function (instance) {\n return !!instance && \"closed \" in instance;\n });\n})();\n",
90265
+ "code": "(function () {\n if (!(\"fetch\" in self)) {\n return { result: false, message: \"fetch is not defined\" };\n }\n var streamPromise = fetch(\"/favicon/favicon.ico\")\n .then(function (response) {\n return response.body;\n })\n .catch(function () {\n // Browsers need a relative path for CORS, but JS runtimes need an absolute path to reference\n return fetch(\n \"https://mdn-bcd-collector.gooborg.com/favicon/favicon.ico\"\n ).then(function (response) {\n return response.body;\n });\n });\n if (!streamPromise) {\n return { result: false, message: \"streamPromise is falsy\" };\n }\n var promise = streamPromise.then(function (stream) {\n return stream.getReader();\n });\n if (!promise) {\n return { result: false, message: \"Promise variable is falsy\" };\n }\n return promise.then(function (instance) {\n return !!instance && \"cancel \" in instance;\n });\n})();\n",
90266
90266
"exposure": "Window"
90267
90267
},
90268
90268
"result": null,
90269
90269
"message": "threw Error: Timed out"
90270
90270
},
90271
90271
{
90272
- "name": "api.ReadableStreamDefaultReader.read ",
90272
+ "name": "api.ReadableStreamDefaultReader.closed ",
90273
90273
"info": {
90274
- "code": "(function () {\n if (!(\"fetch\" in self)) {\n return { result: false, message: \"fetch is not defined\" };\n }\n var streamPromise = fetch(\"/favicon/favicon.ico\")\n .then(function (response) {\n return response.body;\n })\n .catch(function () {\n // Browsers need a relative path for CORS, but JS runtimes need an absolute path to reference\n return fetch(\n \"https://mdn-bcd-collector.gooborg.com/favicon/favicon.ico\"\n ).then(function (response) {\n return response.body;\n });\n });\n if (!streamPromise) {\n return { result: false, message: \"streamPromise is falsy\" };\n }\n var promise = streamPromise.then(function (stream) {\n return stream.getReader();\n });\n if (!promise) {\n return { result: false, message: \"Promise variable is falsy\" };\n }\n return promise.then(function (instance) {\n return !!instance && \"read \" in instance;\n });\n})();\n",
90274
+ "code": "(function () {\n if (!(\"fetch\" in self)) {\n return { result: false, message: \"fetch is not defined\" };\n }\n var streamPromise = fetch(\"/favicon/favicon.ico\")\n .then(function (response) {\n return response.body;\n })\n .catch(function () {\n // Browsers need a relative path for CORS, but JS runtimes need an absolute path to reference\n return fetch(\n \"https://mdn-bcd-collector.gooborg.com/favicon/favicon.ico\"\n ).then(function (response) {\n return response.body;\n });\n });\n if (!streamPromise) {\n return { result: false, message: \"streamPromise is falsy\" };\n }\n var promise = streamPromise.then(function (stream) {\n return stream.getReader();\n });\n if (!promise) {\n return { result: false, message: \"Promise variable is falsy\" };\n }\n return promise.then(function (instance) {\n return !!instance && \"closed \" in instance;\n });\n})();\n",
90275
90275
"exposure": "Window"
90276
90276
},
90277
90277
"result": null,
90278
90278
"message": "threw Error: Timed out"
90279
90279
},
90280
90280
{
90281
- "name": "api.ReadableStreamDefaultReader.releaseLock ",
90281
+ "name": "api.ReadableStreamDefaultReader.read ",
90282
90282
"info": {
90283
- "code": "(function () {\n if (!(\"fetch\" in self)) {\n return { result: false, message: \"fetch is not defined\" };\n }\n var streamPromise = fetch(\"/favicon/favicon.ico\")\n .then(function (response) {\n return response.body;\n })\n .catch(function () {\n // Browsers need a relative path for CORS, but JS runtimes need an absolute path to reference\n return fetch(\n \"https://mdn-bcd-collector.gooborg.com/favicon/favicon.ico\"\n ).then(function (response) {\n return response.body;\n });\n });\n if (!streamPromise) {\n return { result: false, message: \"streamPromise is falsy\" };\n }\n var promise = streamPromise.then(function (stream) {\n return stream.getReader();\n });\n if (!promise) {\n return { result: false, message: \"Promise variable is falsy\" };\n }\n return promise.then(function (instance) {\n return !!instance && \"releaseLock \" in instance;\n });\n})();\n",
90283
+ "code": "(function () {\n if (!(\"fetch\" in self)) {\n return { result: false, message: \"fetch is not defined\" };\n }\n var streamPromise = fetch(\"/favicon/favicon.ico\")\n .then(function (response) {\n return response.body;\n })\n .catch(function () {\n // Browsers need a relative path for CORS, but JS runtimes need an absolute path to reference\n return fetch(\n \"https://mdn-bcd-collector.gooborg.com/favicon/favicon.ico\"\n ).then(function (response) {\n return response.body;\n });\n });\n if (!streamPromise) {\n return { result: false, message: \"streamPromise is falsy\" };\n }\n var promise = streamPromise.then(function (stream) {\n return stream.getReader();\n });\n if (!promise) {\n return { result: false, message: \"Promise variable is falsy\" };\n }\n return promise.then(function (instance) {\n return !!instance && \"read \" in instance;\n });\n})();\n",
90284
90284
"exposure": "Window"
90285
90285
},
90286
90286
"result": null,
90287
90287
"message": "threw Error: Timed out"
90288
90288
},
90289
90289
{
90290
- "name": "api.Response.Response.accept_readablestream ",
90290
+ "name": "api.ReadableStreamDefaultReader.releaseLock ",
90291
90291
"info": {
90292
- "code": "(function () {\n if (!(\"Response\" in self)) {\n return { result: false, message: \"Response is not defined\" };\n }\n var instance = new Response(\"\");\n if (!(\" fetch\" in self)) {\n return { result: false, message: \"fetch is not defined\" };\n }\n var rsPromise = fetch(\"/favicon/favicon.ico\")\n .then(function (response) {\n return response.body;\n })\n .catch(function () {\n // Browsers need a relative path for CORS, but JS runtimes need an absolute path to reference\n return fetch(\n \"https://mdn-bcd-collector.gooborg.com/favicon/favicon.ico\"\n ).then(function (response) {\n return response.body;\n });\n });\n if (!rsPromise ) {\n return { result: false, message: \"rsPromise is falsy\" };\n }\n return rsPromise .then(function (readableStream ) {\n try {\n new Response(readableStream );\n return true ;\n } catch (e ) {\n return { result: false, message: e.message };\n } \n });\n})();\n",
90292
+ "code": "(function () {\n if (!(\"fetch\" in self)) {\n return { result: false, message: \"fetch is not defined\" };\n }\n var streamPromise = fetch(\"/favicon/favicon.ico\")\n .then(function (response) {\n return response.body;\n })\n .catch(function () {\n // Browsers need a relative path for CORS, but JS runtimes need an absolute path to reference\n return fetch(\n \"https://mdn-bcd-collector.gooborg.com/favicon/favicon.ico\"\n ).then(function (response) {\n return response.body;\n });\n });\n if (!streamPromise ) {\n return { result: false, message: \"streamPromise is falsy\" };\n }\n var promise = streamPromise .then(function (stream ) {\n return stream.getReader( );\n }) ;\n if (!promise ) {\n return { result: false, message: \"Promise variable is falsy\" };\n }\n return promise.then(function (instance) {\n return !!instance && \"releaseLock\" in instance; \n });\n})();\n",
90293
90293
"exposure": "Window"
90294
90294
},
90295
90295
"result": null,
0 commit comments