Skip to content

Commit b485e9e

Browse files
committed
chore(package): update to bcd 3.1.1
1 parent 26a4ddd commit b485e9e

4 files changed

Lines changed: 16 additions & 15 deletions

File tree

inputfiles/removedTypes.json

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -24,6 +24,13 @@
2424
}
2525
}
2626
},
27+
"DocumentOrShadowRoot": {
28+
"properties": {
29+
"property": {
30+
"adoptedStyleSheets": null
31+
}
32+
}
33+
},
2734
"ElementCSSInlineStyle": {
2835
"properties": {
2936
"property": {

package-lock.json

Lines changed: 7 additions & 7 deletions
Some generated files are not rendered by default. Learn more about customizing how changed files appear on GitHub.

package.json

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -33,7 +33,7 @@
3333
"license": "Apache-2.0",
3434
"type": "module",
3535
"devDependencies": {
36-
"@mdn/browser-compat-data": "3.1.0",
36+
"@mdn/browser-compat-data": "3.1.1",
3737
"@types/jsdom": "^16.2.6",
3838
"@types/node": "^14.14.27",
3939
"@types/node-fetch": "^2.5.8",

src/build/bcd.ts

Lines changed: 1 addition & 7 deletions
Original file line numberDiff line numberDiff line change
@@ -117,13 +117,7 @@ const forceKeepAlive: Record<string, string[]> = {
117117
DOMMatrix: ["fromFloat32Array", "fromFloat64Array", "fromMatrix"],
118118
DOMPoint: ["fromPoint"],
119119
DOMRect: ["fromRect"],
120-
Document: [
121-
"charset",
122-
"inputEncoding",
123-
"elementFromPoint",
124-
"elementsFromPoint",
125-
"getSelection",
126-
],
120+
Document: ["charset", "inputEncoding"],
127121
Element: ["webkitMatchesSelector"],
128122
ExtendableMessageEvent: ["lastEventId", "origin", "ports", "source"],
129123
FileReader: ["onloadstart"],

0 commit comments

Comments
 (0)