Skip to content

Commit

Permalink
Fix issue 30014: pushState is not asynchronous (#30169)
Browse files Browse the repository at this point in the history
  • Loading branch information
wbamberg committed Nov 10, 2023
1 parent c14eec4 commit 2f73a71
Showing 1 changed file with 0 additions and 2 deletions.
2 changes: 0 additions & 2 deletions files/en-us/web/api/history/pushstate/index.md
Original file line number Diff line number Diff line change
Expand Up @@ -12,8 +12,6 @@ In an [HTML](/en-US/docs/Web/HTML) document, the
**`history.pushState()`** method adds an entry to the browser's
session history stack.

This method is {{glossary("asynchronous")}}. Add a listener for the {{domxref("Window/popstate_event", "popstate")}} event in order to determine when the navigation has completed. The `state` parameter will be available in it.

## Syntax

```js-nolint
Expand Down

0 comments on commit 2f73a71

Please sign in to comment.