HTML DOM PopStateEvent
The PopStateEvent Object
The PopStateEvent Object handles events that occur when the window's history changes.
PopState Events
Event | Occurs When |
---|---|
popstate | The window's history changes |
PopStateEvent Properties
Property | Returns |
---|---|
state | An object containing a copy of the history entries |
Inherited Properties and Methods
The PageTransitionEvent inherits all the properties and methods from: