mirror of
https://github.com/RGBCube/serenity
synced 2025-07-28 12:17:45 +00:00
LibWeb: Port KeyboardEvent to new String
This commit is contained in:
parent
e14be3927a
commit
03d6cb88ff
5 changed files with 26 additions and 23 deletions
|
@ -1,6 +1,6 @@
|
|||
#import <UIEvents/EventModifier.idl>
|
||||
|
||||
[Exposed=Window]
|
||||
[Exposed=Window, UseNewAKString]
|
||||
interface KeyboardEvent : UIEvent {
|
||||
|
||||
constructor(DOMString type, optional KeyboardEventInit eventInitDict = {});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue