1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-27 13:37:44 +00:00

LibWeb: Port CustomEvent to new String

This commit is contained in:
Kenneth Myhra 2023-04-06 12:54:03 +02:00 committed by Linus Groh
parent 44cf92616e
commit 59a21c6274
4 changed files with 13 additions and 12 deletions

View file

@ -1,6 +1,6 @@
#import <DOM/Event.idl>
[Exposed=(Window,Worker)]
[Exposed=(Window,Worker), UseNewAKString]
interface CustomEvent : Event {
constructor(DOMString type, optional CustomEventInit eventInitDict = {});