mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-02 14:19:48 +00:00
LibWeb: Port EventTarget to new {Fly}String
This commit is contained in:
parent
868cd95069
commit
2091a11488
Notes:
sideshowbarker
2024-07-16 22:17:03 +09:00
Author: https://github.com/kennethmyhra
Commit: 2091a11488
Pull-request: https://github.com/SerenityOS/serenity/pull/18255
Reviewed-by: https://github.com/linusg
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