mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-08-21 18:00:16 +00:00
LibWeb: Port CloseEvent to new String
This commit is contained in:
parent
d0f904dd4c
commit
e661f03ffa
Notes:
sideshowbarker
2024-07-17 06:33:00 +09:00
Author: https://github.com/kennethmyhra
Commit: e661f03ffa
Pull-request: https://github.com/SerenityOS/serenity/pull/17722
Reviewed-by: https://github.com/linusg ✅
4 changed files with 14 additions and 13 deletions
|
@ -1,6 +1,6 @@
|
|||
#import <DOM/Event.idl>
|
||||
|
||||
[Exposed=*]
|
||||
[Exposed=*, UseNewAKString]
|
||||
interface CloseEvent : Event {
|
||||
constructor(DOMString type, optional CloseEventInit eventInitDict = {});
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue