Skip to content

Commit

Permalink
Simplify Page Visibility API (mdn#20286)
Browse files Browse the repository at this point in the history
  • Loading branch information
teoli2003 authored Sep 5, 2022
1 parent 79d6413 commit 8d42962
Showing 1 changed file with 0 additions and 5 deletions.
5 changes: 0 additions & 5 deletions files/en-us/web/api/page_visibility_api/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -128,11 +128,6 @@ The Page Visibility API adds the following properties to the {{domxref("Document
- : The page content may be at least partially visible. In practice this means that the page is the foreground tab of a non-minimized window.
- `hidden`
- : The page's content is not visible to the user, either due to the document's tab being in the background or part of a window that is minimized, or because the device's screen is off.
- `prerender`

- : The page's content is being prerendered and is not visible to the user. A document may start in the `prerender` state, but will never switch to this state from any other state, since a document can only prerender once.

> **Note:** Not all browsers support prerendering.

## Events added to the Document interface

Expand Down

0 comments on commit 8d42962

Please sign in to comment.