Skip to content

Commit daadce6

Browse files
authored
Update dom.kdl
1 parent 6ed028b commit daadce6

File tree

1 file changed

+7
-0
lines changed

1 file changed

+7
-0
lines changed

inputfiles/patches/dom.kdl

Lines changed: 7 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -1,3 +1,10 @@
1+
// Keeping EventListener and EventListenerObject isn't the most elegant way to handle the event listeners, but we need to keep the EventListener as an extendable interface for libraries like angular.
2+
interface EventListener noInterfaceObject=#true {
3+
method "" returns=void {
4+
param evt type=Event
5+
}
6+
}
7+
18
enum InsertPosition {
29
beforebegin
310
beforeend

0 commit comments

Comments
 (0)