VisibilityState
object VisibilityState
Value members
Concrete fields
the page content is being prerendered and is not visible to the user (considered hidden for purposes of document.hidden). The document may start in this state, but will never transition to it from another value. Note: browser support is optional.
the page content is being prerendered and is not visible to the user (considered hidden for purposes of document.hidden). The document may start in this state, but will never transition to it from another value. Note: browser support is optional.
The page is being unloaded from memory. Note: browser support is optional.
The page is being unloaded from memory. Note: browser support is optional.