PopStateEvent()
-
Creates a new
PopStateEvent
object.
PopStateEvent()
Creates a new PopStateEvent
object.
This interface also inherits the properties of its parent, Event
.
PopStateEvent.state
Read onlyReturns a copy of the information that was provided to pushState()
or replaceState()
.
hasUAVisualTransition
Read onlyReturns true
if the user agent performed a visual transition for this navigation before dispatching this event, or false
otherwise.
This interface has no methods of its own, but inherits the methods of its parent, Event
.
Specification |
---|
HTML # the-popstateevent-interface |
BCD tables only load in the browser
popstate
eventhashchange
event