mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-10-02 22:29:10 +00:00
LibWeb: Add some missing events in EventWrapperFactory
I noticed some events we being wrapped into a generic Event while working on CustomEvent. This also adds PageTransitionEvent's constructor to the WindowObject. I'm not sure if this is all of them.
This commit is contained in:
parent
067d839615
commit
b04fafee74
Notes:
sideshowbarker
2024-07-18 03:23:59 +09:00
Author: https://github.com/Lubrsi
Commit: b04fafee74
Pull-request: https://github.com/SerenityOS/serenity/pull/10229
3 changed files with 17 additions and 5 deletions
|
@ -178,6 +178,8 @@ class ImageData;
|
|||
class MessageChannel;
|
||||
class MessageEvent;
|
||||
class MessagePort;
|
||||
class PageTransitionEvent;
|
||||
class SubmitEvent;
|
||||
class WebSocket;
|
||||
}
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue