PopStateEvent - Web APIs | MDN
Constructor
PopStateEvent()-
Creates a new
PopStateEventobject.
Instance properties
This interface also inherits the properties of its parent, Event.
PopStateEvent.stateRead only-
Returns a copy of the information that was provided to
pushState()orreplaceState(). hasUAVisualTransitionRead only-
Returns
trueif the user agent performed a visual transition for this navigation before dispatching this event, orfalseotherwise.
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
popstateeventhashchangeevent