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:
parent
d0f904dd4c
commit
e661f03ffa
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