Not documented.

Inheritance
Annotations
  • DomName('HashChangeEvent')
  • SupportedBrowser(SupportedBrowser.CHROME)
  • SupportedBrowser(SupportedBrowser.FIREFOX)
  • SupportedBrowser(SupportedBrowser.SAFARI)
  • Unstable()

Static Properties

supported bool
read-only

Checks if this type is supported on the current platform.

Properties

bubbles bool
read-only, inherited

cancelable bool
read-only, inherited

clipboardData DataTransfer
read-only, inherited

Access to the system's clipboard data during copy, cut, and paste events.

currentTarget EventTarget
read-only, inherited

defaultPrevented bool
read-only, inherited

eventPhase int
read-only, inherited

matchingTarget Element
read-only, inherited

A 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.

newUrl String
read-only

oldUrl String
read-only

path List<Node>
read-only, inherited

This event's path, taking into account shadow DOM.

target EventTarget
read-only, inherited

timeStamp int
read-only, inherited

type String
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