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 Object

Event Type

These event types belong to the PopStateEvent object:

Event Description
popstate This event occurs when the history of the window changes.