HTML DOM PopStateEvent
PopStateEvent object
This event occurs when the history of the window changes.
PopState event properties and methods
Property/Method | Description |
---|---|
state | Returns an object containing a copy of the history entry. |
Inherited properties and methods
PageTransitionEvent inherits all properties and methods from the following object:
Event type
These event types belong to the PopStateEvent object:
Event | Description |
---|---|
popstate | This event occurs when the history of the window changes. |