Skip to content

Commit 6683182

Browse files
authored
Update core dependencies (#1337)
Co-authored-by: saschanaz <[email protected]>
1 parent bdf9e19 commit 6683182

File tree

3 files changed

+70
-68
lines changed

3 files changed

+70
-68
lines changed

inputfiles/addedTypes.jsonc

-12
Original file line numberDiff line numberDiff line change
@@ -912,18 +912,6 @@
912912
}
913913
}
914914
},
915-
"HTMLPreElement": {
916-
"element": [
917-
{
918-
"name": "listing",
919-
"deprecated": true
920-
},
921-
{
922-
"name": "xmp",
923-
"deprecated": true
924-
}
925-
]
926-
},
927915
"KHR_parallel_shader_compile": {
928916
"overrideExposed": "Window Worker"
929917
},

inputfiles/removedTypes.jsonc

+15-1
Original file line numberDiff line numberDiff line change
@@ -86,6 +86,19 @@
8686
}
8787
}
8888
},
89+
"Response": {
90+
"methods": {
91+
"method": {
92+
// BCD's api.Response.json is not about the static method but about Body#json.
93+
// See:
94+
// Firefox https://bugzil.la/1758943
95+
// Chrome https://crbug.com/1305358
96+
// Safari https://webkit.org/b/240375
97+
// MDN https://github.com/mdn/content/discussions/5121#discussioncomment-2735488
98+
"json": null
99+
}
100+
}
101+
},
89102
"ServiceWorkerGlobalScope": {
90103
"properties": {
91104
"property": {
@@ -196,7 +209,8 @@
196209
"DisplayMediaStreamConstraints": {
197210
"members": {
198211
"member": {
199-
"selfBrowserSurface": null
212+
"selfBrowserSurface": null,
213+
"systemAudio": null
200214
}
201215
}
202216
},

package-lock.json

+55-55
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

0 commit comments

Comments
 (0)