Skip to content

Commit

Permalink
Replace 'the DOM load event' with 'the window load event' Issue #37047 (
Browse files Browse the repository at this point in the history
  • Loading branch information
SASHWAT12 authored Dec 9, 2024
1 parent 74a94e7 commit 20af669
Showing 1 changed file with 1 addition and 1 deletion.
Original file line number Diff line number Diff line change
Expand Up @@ -7,7 +7,7 @@ browser-compat: webextensions.api.webNavigation.onCompleted

{{AddonSidebar}}

Fired when a document, including the resources it refers to, is completely loaded and initialized. This is equivalent to the DOM [`load`](/en-US/docs/Web/API/Window/load_event) event.
Fired when a document, including the resources it refers to, is completely loaded and initialized. This is equivalent to the window [`load`](/en-US/docs/Web/API/Window/load_event) event.

## Syntax

Expand Down

0 comments on commit 20af669

Please sign in to comment.