90043
90043
"result": null,
90044
90044
"message": "threw Error: Timed out"
90045
90045
},
90046
+ {
90047
+ "name": "api.ReadableStream.@@asyncIterator",
90048
+ "info": {
90049
+ "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 (\n !!instance &&\n \"Symbol\" in self &&\n \"asyncIterator\" in Symbol &&\n !!instance[Symbol.asyncIterator]\n );\n });\n})();\n",
90050
+ "exposure": "Window"
90051
+ },
90052
+ "result": false
90053
+ },
90046
90054
{
90047
90055
"name": "api.ReadableStream.getReader",
90048
90056
"info": {
@@ -90062,17 +90070,18 @@
90062
90070
"message": "threw Error: Timed out"
90063
90071
},
90064
90072
{
90065
- "name": "api.ReadableStream.pipeTo ",
90073
+ "name": "api.ReadableStream.pipeThrough ",
90066
90074
"info": {
90067
- "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 && \"pipeTo \" in instance;\n });\n})();\n",
90075
+ "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",
90068
90076
"exposure": "Window"
90069
90077
},
90070
- "result": true
90078
+ "result": null,
90079
+ "message": "threw Error: Timed out"
90071
90080
},
90072
90081
{
90073
- "name": "api.ReadableStream.pipeThrough ",
90082
+ "name": "api.ReadableStream.pipeTo ",
90074
90083
"info": {
90075
- "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",
90084
+ "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 && \"pipeTo \" in instance;\n });\n})();\n",
90076
90085
"exposure": "Window"
90077
90086
},
90078
90087
"result": null,
90140
90149
},
90141
90150
"result": null,
90142
90151
"message": "threw Error: Timed out"
90143
- },
90144
- {
90145
- "name": "api.Response.Response.accept_readablestream",
90146
- "info": {
90147
- "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",
90148
- "exposure": "Window"
90149
- },
90150
- "result": null,
90151
- "message": "threw Error: Timed out"
90152
90152
}
90153
90153
]
90154
90154
},
0 commit comments