HTML DOM PopStateEvent

❮ DOM Events ❮ Event Objects


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:

The Event Object


❮ DOM Events ❮ Event Objects

Copyright 1999-2023 by Refsnes Data. All Rights Reserved.