public class PopStateEvent extends Event
Modifier and Type | Class and Description |
---|---|
static interface |
PopStateEvent.PopStateEventEventInitDictType |
Event.ComposedPathArrayUnionType, Event.DeepPathFn
Modifier and Type | Field and Description |
---|---|
java.lang.Object |
state |
AT_TARGET, bubbles, BUBBLING_PHASE, cancelable, CAPTURING_PHASE, composed, currentTarget, deepPath, defaultPrevented, eventPhase, namespaceURI, path, target, timeStamp, type
Constructor and Description |
---|
PopStateEvent(java.lang.String type) |
PopStateEvent(java.lang.String type,
PopStateEvent.PopStateEventEventInitDictType eventInitDict) |
Modifier and Type | Method and Description |
---|---|
void |
initPopStateEvent(java.lang.String typeArg,
boolean canBubbleArg,
boolean cancelableArg,
java.lang.Object stateArg) |
composedPath, initEvent, initEvent, initEvent, preventDefault, stopImmediatePropagation, stopPropagation
public PopStateEvent(java.lang.String type, PopStateEvent.PopStateEventEventInitDictType eventInitDict)
public PopStateEvent(java.lang.String type)