PopStateEvent - Web APIs | MDN

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

Specification
HTML
# the-popstateevent-interface

Browser compatibility

See also

Help improve MDN

Learn how to contribute

This page was last modified on by MDN contributors.