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 Mar 13, 2024
1 parent 0f33833 commit b28b72f
Show file tree
Hide file tree
Showing 2 changed files with 13 additions and 13 deletions.
2 changes: 1 addition & 1 deletion generator/runtimes/fastly/data.json
Original file line number Diff line number Diff line change
Expand Up @@ -84419,7 +84419,7 @@
"exposure": "Window"
},
"result": null,
"message": "threw Error: No backend specified for request with url http://127.0.0.1:7676/favicon/favicon.ico. Must provide a `backend` property on the `init` object passed to either `new Request()` or `fetch`"
"message": "threw Error: No backend specified for request with url http://127.0.0.1:7676/favicon/favicon.ico$­,!<\f. Must provide a `backend` property on the `init` object passed to either `new Request()` or `fetch`"
},
{
"name": "api.ReadableStream.@@asyncIterator",
Expand Down
24 changes: 12 additions & 12 deletions vendor/tests.json
Original file line number Diff line number Diff line change
Expand Up @@ -44369,6 +44369,18 @@
"code": "bcd.testCSSProperty(\"anchor-name\", \"none\")",
"exposure": ["Window"]
},
"css.properties.anchor-scope": {
"code": "bcd.testCSSProperty(\"anchor-scope\")",
"exposure": ["Window"]
},
"css.properties.anchor-scope.none": {
"code": "bcd.testCSSProperty(\"anchor-scope\", \"none\")",
"exposure": ["Window"]
},
"css.properties.anchor-scope.all": {
"code": "bcd.testCSSProperty(\"anchor-scope\", \"all\")",
"exposure": ["Window"]
},
"css.properties.animation": {
"code": "bcd.testCSSProperty(\"animation\")",
"exposure": ["Window"]
Expand Down Expand Up @@ -50541,18 +50553,6 @@
"code": "bcd.testCSSProperty(\"position\", \"fixed\")",
"exposure": ["Window"]
},
"css.properties.position-animation": {
"code": "bcd.testCSSProperty(\"position-animation\")",
"exposure": ["Window"]
},
"css.properties.position-animation.normal": {
"code": "bcd.testCSSProperty(\"position-animation\", \"normal\")",
"exposure": ["Window"]
},
"css.properties.position-animation.magic": {
"code": "bcd.testCSSProperty(\"position-animation\", \"magic\")",
"exposure": ["Window"]
},
"css.properties.position-try": {
"code": "bcd.testCSSProperty(\"position-try\")",
"exposure": ["Window"]
Expand Down

0 comments on commit b28b72f

Please sign in to comment.