Skip to content

Commit 70e4d78

Browse files
Update src/types.ts
Co-authored-by: Philip Walton <philipwalton@users.noreply.github.com>
1 parent 43a116b commit 70e4d78

1 file changed

Lines changed: 1 addition & 1 deletion

File tree

src/types.ts

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -61,7 +61,7 @@ declare global {
6161
interface Document {
6262
// https://wicg.github.io/nav-speculation/prerendering.html#document-prerendering
6363
prerendering?: boolean;
64-
// https://github.com/WICG/page-lifecycle/blob/main/README.md
64+
// https://wicg.github.io/page-lifecycle/#sec-api
6565
wasDiscarded?: boolean;
6666
}
6767

0 commit comments

Comments
 (0)