mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 06:07:34 +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
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