mirror of
https://github.com/RGBCube/serenity
synced 2025-07-26 23:47:45 +00:00
LibWeb: Add constructor to Event IDL interface
This commit is contained in:
parent
0f1da7d40c
commit
0ac07c7351
2 changed files with 8 additions and 0 deletions
|
@ -1,5 +1,8 @@
|
|||
interface Event {
|
||||
|
||||
// FIXME: second parameter: 'optional EventInit eventInitDict = {}'
|
||||
constructor(DOMString type);
|
||||
|
||||
readonly attribute DOMString type;
|
||||
readonly attribute EventTarget? target;
|
||||
readonly attribute EventTarget? srcTarget;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue