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
commit e661f03ffa
Notes: sideshowbarker 2024-07-17 06:33:00 +09:00
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 = {});