We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 3c006f6 commit c19fbbfCopy full SHA for c19fbbf
inputfiles/overridingTypes.jsonc
@@ -536,14 +536,6 @@
536
]
537
}
538
539
- },
540
- "properties": {
541
- "property": {
542
- "defaultView": {
543
- "name": "defaultView",
544
- "overrideType": "WindowProxy & typeof globalThis"
545
- }
546
547
548
},
549
"DocumentFragment": {
inputfiles/patches/dom.kdl
@@ -73,6 +73,8 @@ interface Document {
73
type HTMLScriptElement
74
75
76
+
77
+ property defaultView overrideType="WindowProxy & typeof globalThis"
78
79
80
enum InsertPosition {
0 commit comments