Skip to content

Commit af46bd1

Browse files
ascorbicgithub-actions[bot]
authored andcommitted
fix: update runtime compat data
1 parent f90ce77 commit af46bd1

File tree

8 files changed

+3544
-3544
lines changed

8 files changed

+3544
-3544
lines changed

generator/runtimes/bun/data.json

+3,335-3,335
Large diffs are not rendered by default.

generator/runtimes/deno/data.json

+55-55
Large diffs are not rendered by default.

generator/runtimes/edge-light/data.json

+32-32
Large diffs are not rendered by default.

generator/runtimes/fastly/data.json

+13-13
Original file line numberDiff line numberDiff line change
@@ -90062,17 +90062,26 @@
9006290062
"message": "threw Error: Timed out"
9006390063
},
9006490064
{
90065-
"name": "api.ReadableStream.pipeTo",
90065+
"name": "api.ReadableStream.pipeThrough",
9006690066
"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",
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 && \"pipeThrough\" in instance;\n });\n})();\n",
90068+
"exposure": "Window"
90069+
},
90070+
"result": null,
90071+
"message": "threw Error: Timed out"
90072+
},
90073+
{
90074+
"name": "api.ReadableStreamDefaultReader.cancel",
90075+
"info": {
90076+
"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",
9006890077
"exposure": "Window"
9006990078
},
9007090079
"result": true
9007190080
},
9007290081
{
90073-
"name": "api.ReadableStream.pipeThrough",
90082+
"name": "api.ReadableStream.pipeTo",
9007490083
"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",
9007690085
"exposure": "Window"
9007790086
},
9007890087
"result": null,
@@ -90105,15 +90114,6 @@
9010590114
"result": null,
9010690115
"message": "threw Error: Timed out"
9010790116
},
90108-
{
90109-
"name": "api.ReadableStreamDefaultReader.cancel",
90110-
"info": {
90111-
"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",
90112-
"exposure": "Window"
90113-
},
90114-
"result": null,
90115-
"message": "threw Error: Timed out"
90116-
},
9011790117
{
9011890118
"name": "api.ReadableStreamDefaultReader.closed",
9011990119
"info": {

0 commit comments

Comments
 (0)