The PopStateEvent
THE WORLD'S LARGEST WEB DEVELOPER SITE

HTML DOM PopStateEvent

❮ DOM Events ❮ Event Objects


The PopStateEvent Object

Events that occur when he window's history changes.


PopStateEvent Properties and Methods

Property/Method Description
state Returns an object containing a copy of the history entries

Inherited Properties and Methods

The PageTransitionEvent inherits all the properties and methods from:

The Event Object


Event Types

These event types belongs to the PopStateEvent Object:

Event Description
popstate The event occurs when the window's history changes

❮ DOM Events ❮ Event Objects