2.1.11 PopStateEvent

The PopStateEvent interface represents the object that is dispatched when navigating to a session history entry.

PopStateEvent has been extended with the following method:

  • initPopStateEvent

     // Microsoft extensions
     interface PopStateEvent : Event
     {
         void initPopStateEvent(DOMString typeArg, boolean canBubbleArg, boolean cancelableArg, any stateArg);
     };