hyTags
HomeHome DocumentationDocumentation

event-get-state

Gets the state object from a popstate event.
Parameter
Type
Description
self
Event
The popstate event object.
return
object
The state object associated with the history entry.
Test Case:Get state from popstate event
    <div></div>
    
    <bool-true>
    <assert-true>
    
    👆 Try to change something!
  • Test succeeded Test failed