mirror of
https://github.com/fergalmoran/ladybird.git
synced 2026-01-31 04:45:32 +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;
|
|
|
|
};
|