Skip to content

Commit

Permalink
Update core dependencies (#1337)
Browse files Browse the repository at this point in the history
Co-authored-by: saschanaz <[email protected]>
  • Loading branch information
saschanaz and saschanaz committed May 21, 2022
1 parent bdf9e19 commit 6683182
Show file tree
Hide file tree
Showing 3 changed files with 70 additions and 68 deletions.
12 changes: 0 additions & 12 deletions inputfiles/addedTypes.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -912,18 +912,6 @@
}
}
},
"HTMLPreElement": {
"element": [
{
"name": "listing",
"deprecated": true
},
{
"name": "xmp",
"deprecated": true
}
]
},
"KHR_parallel_shader_compile": {
"overrideExposed": "Window Worker"
},
Expand Down
16 changes: 15 additions & 1 deletion inputfiles/removedTypes.jsonc
Original file line number Diff line number Diff line change
Expand Up @@ -86,6 +86,19 @@
}
}
},
"Response": {
"methods": {
"method": {
// BCD's api.Response.json is not about the static method but about Body#json.
// See:
// Firefox https://bugzil.la/1758943
// Chrome https://crbug.com/1305358
// Safari https://webkit.org/b/240375
// MDN https://github.com/mdn/content/discussions/5121#discussioncomment-2735488
"json": null
}
}
},
"ServiceWorkerGlobalScope": {
"properties": {
"property": {
Expand Down Expand Up @@ -196,7 +209,8 @@
"DisplayMediaStreamConstraints": {
"members": {
"member": {
"selfBrowserSurface": null
"selfBrowserSurface": null,
"systemAudio": null
}
}
},
Expand Down
110 changes: 55 additions & 55 deletions package-lock.json

Some generated files are not rendered by default. Learn more about how customized files appear on GitHub.

0 comments on commit 6683182

Please sign in to comment.