state property
JSAny?
get
state
The state
read-only property of the PopStateEvent interface
represents the state stored when the event was created.
Practically it is a value provided by the call to history.pushState
or
history.replaceState
Implementation
external JSAny? get state;