Skip to content

Commit

Permalink
fix: update runtime compat data
Browse files Browse the repository at this point in the history
  • Loading branch information
ascorbic authored and github-actions[bot] committed Dec 1, 2024
1 parent face1f4 commit 4470534
Show file tree
Hide file tree
Showing 10 changed files with 1,530 additions and 540 deletions.
266 changes: 194 additions & 72 deletions generator/runtimes/bun/data.json

Large diffs are not rendered by default.

271 changes: 192 additions & 79 deletions generator/runtimes/deno/data.json

Large diffs are not rendered by default.

236 changes: 179 additions & 57 deletions generator/runtimes/edge-light/data.json

Large diffs are not rendered by default.

204 changes: 163 additions & 41 deletions generator/runtimes/fastly/data.json
Original file line number Diff line number Diff line change
@@ -1,5 +1,5 @@
{
"__version": "10.12.6",
"__version": "10.12.7",
"results": {
".": [
{
Expand Down Expand Up @@ -9392,6 +9392,14 @@
},
"result": false
},
{
"name": "api.Animation.overallProgress",
"info": {
"code": "\"Animation\" in self && \"overallProgress\" in Animation.prototype",
"exposure": "Window"
},
"result": false
},
{
"name": "api.Animation.pause",
"info": {
Expand Down Expand Up @@ -9440,14 +9448,6 @@
},
"result": false
},
{
"name": "api.Animation.progress",
"info": {
"code": "\"Animation\" in self && \"progress\" in Animation.prototype",
"exposure": "Window"
},
"result": false
},
{
"name": "api.Animation.ready",
"info": {
Expand Down Expand Up @@ -28710,6 +28710,14 @@
},
"result": false
},
{
"name": "api.Fence.disableUntrustedNetwork",
"info": {
"code": "\"Fence\" in self && \"disableUntrustedNetwork\" in Fence.prototype",
"exposure": "Window"
},
"result": false
},
{
"name": "api.Fence.getNestedConfigs",
"info": {
Expand Down Expand Up @@ -31794,6 +31802,15 @@
"result": null,
"message": "threw ReferenceError: navigator is not defined"
},
{
"name": "api.GPUDevice.adapterInfo",
"info": {
"code": "(function () {\n var gpu = navigator.gpu;\n if (!gpu) {\n return { result: false, message: \"gpu is falsy\" };\n }\n var adapter = gpu.requestAdapter();\n if (!adapter) {\n return { result: false, message: \"adapter is falsy\" };\n }\n var promise = adapter.then(function (a) {\n var device = a.requestDevice();\n bcd.addCleanup(function () {\n if (\"destroy\" in device) {\n device.destroy();\n }\n });\n return device;\n });\n if (!promise) {\n return { result: false, message: \"Promise variable is falsy\" };\n }\n return promise.then(function (instance) {\n return !!instance && \"adapterInfo\" in instance;\n });\n})();\n",
"exposure": "Window"
},
"result": null,
"message": "threw ReferenceError: navigator is not defined"
},
{
"name": "api.GPUDevice.createBindGroup",
"info": {
Expand Down Expand Up @@ -34456,6 +34473,15 @@
"result": null,
"message": "threw ReferenceError: document is not defined"
},
{
"name": "api.HTMLAreaElement.attributionSrc",
"info": {
"code": "(function () {\n var instance = document.createElement(\"area\");\n return !!instance && \"attributionSrc\" in instance;\n})();\n",
"exposure": "Window"
},
"result": null,
"message": "threw ReferenceError: document is not defined"
},
{
"name": "api.HTMLAreaElement.coords",
"info": {
Expand Down Expand Up @@ -43320,6 +43346,14 @@
},
"result": false
},
{
"name": "api.IdentityProvider.resolve_static",
"info": {
"code": "\"IdentityProvider\" in self && \"resolve\" in IdentityProvider",
"exposure": "Window"
},
"result": false
},
{
"name": "api.IdleDeadline",
"info": {
Expand Down Expand Up @@ -47729,6 +47763,22 @@
},
"result": false
},
{
"name": "api.MLContext.createTensor",
"info": {
"code": "\"MLContext\" in self && \"createTensor\" in MLContext.prototype",
"exposure": "Window"
},
"result": false
},
{
"name": "api.MLContext.dispatch",
"info": {
"code": "\"MLContext\" in self && \"dispatch\" in MLContext.prototype",
"exposure": "Window"
},
"result": false
},
{
"name": "api.MLContext.opSupportLimits",
"info": {
Expand All @@ -47737,6 +47787,22 @@
},
"result": false
},
{
"name": "api.MLContext.readTensor",
"info": {
"code": "\"MLContext\" in self && \"readTensor\" in MLContext.prototype",
"exposure": "Window"
},
"result": false
},
{
"name": "api.MLContext.writeTensor",
"info": {
"code": "\"MLContext\" in self && \"writeTensor\" in MLContext.prototype",
"exposure": "Window"
},
"result": false
},
{
"name": "api.MLGraph",
"info": {
Expand Down Expand Up @@ -48434,6 +48500,54 @@
},
"result": false
},
{
"name": "api.MLTensor",
"info": {
"code": "\"MLTensor\" in self",
"exposure": "Window"
},
"result": false
},
{
"name": "api.MLTensor.dataType",
"info": {
"code": "\"MLTensor\" in self && \"dataType\" in MLTensor.prototype",
"exposure": "Window"
},
"result": false
},
{
"name": "api.MLTensor.destroy",
"info": {
"code": "\"MLTensor\" in self && \"destroy\" in MLTensor.prototype",
"exposure": "Window"
},
"result": false
},
{
"name": "api.MLTensor.readable",
"info": {
"code": "\"MLTensor\" in self && \"readable\" in MLTensor.prototype",
"exposure": "Window"
},
"result": false
},
{
"name": "api.MLTensor.shape",
"info": {
"code": "\"MLTensor\" in self && \"shape\" in MLTensor.prototype",
"exposure": "Window"
},
"result": false
},
{
"name": "api.MLTensor.writable",
"info": {
"code": "\"MLTensor\" in self && \"writable\" in MLTensor.prototype",
"exposure": "Window"
},
"result": false
},
{
"name": "api.MouseEvent",
"info": {
Expand Down Expand Up @@ -49060,14 +49174,6 @@
},
"result": false
},
{
"name": "api.NavigateEvent.canTransition",
"info": {
"code": "\"NavigateEvent\" in self && \"canTransition\" in NavigateEvent.prototype",
"exposure": "Window"
},
"result": false
},
{
"name": "api.NavigateEvent.destination",
"info": {
Expand Down Expand Up @@ -49141,14 +49247,6 @@
},
"result": false
},
{
"name": "api.NavigateEvent.restoreScroll",
"info": {
"code": "\"NavigateEvent\" in self && \"restoreScroll\" in NavigateEvent.prototype",
"exposure": "Window"
},
"result": false
},
{
"name": "api.NavigateEvent.scroll",
"info": {
Expand All @@ -49165,14 +49263,6 @@
},
"result": false
},
{
"name": "api.NavigateEvent.transitionWhile",
"info": {
"code": "\"NavigateEvent\" in self && \"transitionWhile\" in NavigateEvent.prototype",
"exposure": "Window"
},
"result": false
},
{
"name": "api.NavigateEvent.userInitiated",
"info": {
Expand Down Expand Up @@ -54192,6 +54282,22 @@
},
"result": false
},
{
"name": "api.PerformanceLongAnimationFrameTiming.paintTime",
"info": {
"code": "\"PerformanceLongAnimationFrameTiming\" in self && \"paintTime\" in PerformanceLongAnimationFrameTiming.prototype",
"exposure": "Window"
},
"result": false
},
{
"name": "api.PerformanceLongAnimationFrameTiming.presentationTime",
"info": {
"code": "\"PerformanceLongAnimationFrameTiming\" in self && \"presentationTime\" in PerformanceLongAnimationFrameTiming.prototype",
"exposure": "Window"
},
"result": false
},
{
"name": "api.PerformanceLongAnimationFrameTiming.renderStart",
"info": {
Expand Down Expand Up @@ -54541,6 +54647,22 @@
},
"result": false
},
{
"name": "api.PerformancePaintTiming.paintTime",
"info": {
"code": "\"PerformancePaintTiming\" in self && \"paintTime\" in PerformancePaintTiming.prototype",
"exposure": "Window"
},
"result": false
},
{
"name": "api.PerformancePaintTiming.presentationTime",
"info": {
"code": "\"PerformancePaintTiming\" in self && \"presentationTime\" in PerformancePaintTiming.prototype",
"exposure": "Window"
},
"result": false
},
{
"name": "api.PerformanceResourceTiming",
"info": {
Expand Down Expand Up @@ -87331,6 +87453,14 @@
"result": null,
"message": "threw Error: Timed out"
},
{
"name": "api.ReadableStream.locked",
"info": {
"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 && \"locked\" in instance;\n });\n})();\n",
"exposure": "Window"
},
"result": true
},
{
"name": "api.ReadableStream.pipeThrough",
"info": {
Expand Down Expand Up @@ -87358,14 +87488,6 @@
"result": null,
"message": "threw Error: Timed out"
},
{
"name": "api.ReadableStream.pipeThrough",
"info": {
"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",
"exposure": "Window"
},
"result": true
},
{
"name": "api.ReadableStream.values",
"info": {
Expand Down
Loading

0 comments on commit 4470534

Please sign in to comment.