mirror of
https://github.com/locomotivemtl/locomotive-boilerplate.git
synced 2026-01-15 00:55:08 +08:00
Replaced custom callback stacks for executing handlers on page visibility change with native event listener interface and custom event types. Added: - Class `PageVisibility` with methods to disable/enable custom event types and check if feature is enabled. - Custom event types "visibilityhidden" and "visibilityvisible".