@Generated(value="org.realityforge.webtack")
@JsType(isNative=true,
namespace="<global>",
name="HashChangeEvent")
public class HashChangeEvent
extends Event
AT_TARGET, BUBBLING_PHASE, cancelBubble, CAPTURING_PHASE, NONE, returnValue| Constructor and Description |
|---|
HashChangeEvent(java.lang.String type) |
HashChangeEvent(java.lang.String type,
HashChangeEventInit eventInitDict) |
| Modifier and Type | Method and Description |
|---|---|
java.lang.String |
newURL()
The newURL read-only property of the HashChangeEvent interface returns the new URL to which the window is navigating.
|
java.lang.String |
oldURL()
The oldURL read-only property of the HashChangeEvent interface returns the previous URL from which the window was navigated.
|
bubbles, cancelable, composed, composedPath, currentTarget, defaultPrevented, eventPhase, initEvent, initEvent, initEvent, isTrusted, preventDefault, srcElement, stopImmediatePropagation, stopPropagation, target, timeStamp, typeassign, create, create, defineProperties, defineProperty, defineProperty, entries, freeze, fromEntries, getOwnPropertyDescriptor, getOwnPropertyDescriptor, getOwnPropertyDescriptors, getOwnPropertyNames, getOwnPropertySymbols, getPrototypeOf, hasOwnProperty, hasOwnProperty, is, isExtensible, isFrozen, isPrototypeOf, isSealed, keys, preventExtensions, propertyIsEnumerable, seal, setPrototypeOf, toString_, valueOf_, valuespublic HashChangeEvent(@Nonnull
java.lang.String type,
@Nonnull
HashChangeEventInit eventInitDict)
public HashChangeEvent(@Nonnull
java.lang.String type)
@JsProperty(name="newURL") @Nonnull public java.lang.String newURL()
@JsProperty(name="oldURL") @Nonnull public java.lang.String oldURL()