We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 7aa85ee commit 848dba9Copy full SHA for 848dba9
2 files changed
inputfiles/addedTypes.jsonc
@@ -481,10 +481,6 @@
481
],
482
"overrideType": "ReadableStreamReadValueResult<T> | ReadableStreamReadDoneResult<T>"
483
},
484
- {
485
- "name": "EventListenerOrEventListenerObject",
486
- "overrideType": "EventListener | EventListenerObject"
487
- },
488
{
489
"name": "AutoFillSection",
490
// Note: this will also eagerly match any invalid string
inputfiles/patches/dom.kdl
@@ -27,3 +27,8 @@ enum InsertPosition {
27
// ChildNode and ParentNode are actually defined as mixins, but because of their names they have historically been used as a sub-interface of Node.
28
interface-mixin ChildNode extends=Node
29
interface-mixin ParentNode extends=Node
30
+
31
+typedef EventListenerOrEventListenerObject {
32
+ type EventListener
33
+ type EventListenerObject
34
+}
0 commit comments