Not documented.
- Annotations
- DomName('HashChangeEvent')
- SupportedBrowser(SupportedBrowser.CHROME)
- SupportedBrowser(SupportedBrowser.FIREFOX)
- SupportedBrowser(SupportedBrowser.SAFARI)
- Unstable()
- Extends
- Object
- Event
- HashChangeEvent
Static Properties
- bool supported
-
read-onlyChecks if this type is supported on the current platform.
Properties
- bool bubbles
-
read-only, inherited
- bool cancelable
-
read-only, inherited
- DataTransfer clipboardData
-
read-only, inheritedAccess to the system's clipboard data during copy, cut, and paste events.
- EventTarget currentTarget
-
read-only, inherited
- bool defaultPrevented
-
read-only, inherited
- int eventPhase
-
read-only, inherited
- Element matchingTarget
-
read-only, inheritedA pointer to the element whose CSS selector matched within which an event was fired. If this Event was not associated with any Event delegation, accessing this value will throw an
UnsupportedError
. - String newUrl
-
read-only
- String oldUrl
-
read-only
- List<Node> path
-
read-only, inheritedThis event's path, taking into account shadow DOM.
- EventTarget target
-
read-only, inherited
- int timeStamp
-
read-only, inherited
- String type
-
read-only, inherited
Constructors
- HashChangeEvent(String type, {bool canBubble: true, bool cancelable: true, String oldUrl, String newUrl})
Methods
-
preventDefault(
) → void -
inherited
-
stopImmediatePropagation(
) → void -
inherited
-
stopPropagation(
) → void -
inherited