1
Fork 0
mirror of https://github.com/RGBCube/serenity synced 2025-07-25 20:17:44 +00:00

LibWeb: Port CloseEvent to new String

This commit is contained in:
Kenneth Myhra 2023-03-05 09:54:17 +01:00 committed by Linus Groh
parent d0f904dd4c
commit e661f03ffa
4 changed files with 14 additions and 13 deletions

View file

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