A RetroSearch Logo

Home - News ( United States | United Kingdom | Italy | Germany ) - Football scores

Search Query:

Showing content from https://developer.mozilla.org/en-US/docs/Web/API/PopStateEvent below:

PopStateEvent - Web APIs | MDN

PopStateEvent

Baseline Widely available *

PopStateEvent is an interface for the popstate event.

A popstate event is dispatched to the window every time the active history entry changes between two history entries for the same document. If the history entry being activated was created by a call to history.pushState() or was affected by a call to history.replaceState(), the popstate event's state property contains a copy of the history entry's state object.

Event PopStateEvent Constructor
PopStateEvent()

Creates a new PopStateEvent object.

Instance properties

This interface also inherits the properties of its parent, Event.

PopStateEvent.state Read only

Returns a copy of the information that was provided to pushState() or replaceState().

hasUAVisualTransition Read only

Returns true if the user agent performed a visual transition for this navigation before dispatching this event, or false otherwise.

Instance methods

This interface has no methods of its own, but inherits the methods of its parent, Event.

Specifications Browser compatibility See also

RetroSearch is an open source project built by @garambo | Open a GitHub Issue

Search and Browse the WWW like it's 1997 | Search results from DuckDuckGo

HTML: 3.2 | Encoding: UTF-8 | Version: 0.7.3