mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-12 20:42:21 +00:00
LibWeb: Add Event.initEvent
Used by YouTube after creating an event with Document.createEvent
This commit is contained in:
parent
8da14bf880
commit
fc9abee84b
Notes:
sideshowbarker
2024-07-18 20:30:43 +09:00
Author: https://github.com/Lubrsi
Commit: fc9abee84b
Pull-request: https://github.com/SerenityOS/serenity/pull/6242
3 changed files with 29 additions and 0 deletions
|
@ -23,4 +23,6 @@ interface Event {
|
|||
|
||||
readonly attribute boolean isTrusted;
|
||||
|
||||
undefined initEvent(DOMString type, optional boolean bubbles = false, optional boolean cancelable = false);
|
||||
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue