mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 08:27:46 +00:00
LibWeb: Port EventTarget to new {Fly}String
This commit is contained in:
parent
868cd95069
commit
2091a11488
8 changed files with 65 additions and 71 deletions
|
@ -1,7 +1,7 @@
|
|||
#import <DOM/AbortSignal.idl>
|
||||
|
||||
// https://dom.spec.whatwg.org/#eventtarget
|
||||
[Exposed=*]
|
||||
[Exposed=*, UseNewAKString]
|
||||
interface EventTarget {
|
||||
|
||||
undefined addEventListener(DOMString type, EventListener? callback, optional (AddEventListenerOptions or boolean) options = {});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue