PopStateEvent
open class PopStateEvent(val type: EventType<PopStateEvent>, init: PopStateEventInit = definedExternally) : Event(source)
PopStateEvent
is an interface for the Window/popstate_event event.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The hasUAVisualTransition
read-only property of the PopStateEvent interface returns true
if the user agent performed a visual transition for this navigation before dispatching this event, or false
otherwise.
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard