mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 01:37:36 +00:00
LibWeb: Add the PageTransitionEvent interface and fire "pageshow" events
We now fire "pageshow" events at the appropriate time during document loading (done by the parser.) Note that there are no corresponding "pagehide" events yet.
This commit is contained in:
parent
508edcd217
commit
831fdcaabc
7 changed files with 70 additions and 4 deletions
|
@ -346,6 +346,7 @@ class MessageEventWrapper;
|
|||
class MessagePortWrapper;
|
||||
class MouseEventWrapper;
|
||||
class NodeWrapper;
|
||||
class PageTransitionEventWrapper;
|
||||
class PerformanceTimingWrapper;
|
||||
class PerformanceWrapper;
|
||||
class ProcessingInstructionWrapper;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue