1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 13:57:35 +00:00

LibWeb: Port ErrorEvent to new String

This commit is contained in:
Kenneth Myhra 2023-03-05 10:17:53 +01:00 committed by Linus Groh
parent e661f03ffa
commit 84997ab0ee
3 changed files with 15 additions and 14 deletions

View file

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