Skip to content

Commit

Permalink
Update src/types.ts
Browse files Browse the repository at this point in the history
Co-authored-by: Philip Walton <philipwalton@users.noreply.github.com>
  • Loading branch information
tunetheweb and philipwalton committed Nov 15, 2022
1 parent 43a116b commit 70e4d78
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion src/types.ts
Expand Up @@ -61,7 +61,7 @@ declare global {
interface Document {
// https://wicg.github.io/nav-speculation/prerendering.html#document-prerendering
prerendering?: boolean;
// https://github.com/WICG/page-lifecycle/blob/main/README.md
// https://wicg.github.io/page-lifecycle/#sec-api
wasDiscarded?: boolean;
}

Expand Down

0 comments on commit 70e4d78

Please sign in to comment.