mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-03-08 22:46:45 +00:00
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.
6 lines
87 B
Plaintext
6 lines
87 B
Plaintext
interface PageTransitionEvent : Event {
|
|
|
|
readonly attribute boolean persisted;
|
|
|
|
};
|