mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 19:07:34 +00:00
LibWeb: Port FocusEvent to new String
This commit is contained in:
parent
d527edf0ab
commit
e14be3927a
3 changed files with 7 additions and 6 deletions
|
@ -1,6 +1,6 @@
|
|||
#import <UIEvents/UIEvent.idl>
|
||||
|
||||
[Exposed=Window]
|
||||
[Exposed=Window, UseNewAKString]
|
||||
interface FocusEvent : UIEvent {
|
||||
|
||||
constructor(DOMString type, optional FocusEventInit eventInitDict = {});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue