HashChangeEvent class

Annotated by:
  • DomName('HashChangeEvent')
  • SupportedBrowser(SupportedBrowser.CHROME)
  • SupportedBrowser(SupportedBrowser.FIREFOX)
  • SupportedBrowser(SupportedBrowser.SAFARI)
  • Unstable()
Extends:

Constructors

HashChangeEvent ( String type, {bool canBubble: true, bool cancelable: true, String oldUrl, String newUrl} )

Static Properties

supported bool
read-only

Instance Properties

newUrl String
read-only
oldUrl String
read-only
matchingTarget Element Inherited
read-only
bubbles bool Inherited
read-only
cancelable bool Inherited
read-only
clipboardData DataTransfer Inherited
read-only
currentTarget EventTarget Inherited
read-only
defaultPrevented bool Inherited
read-only
eventPhase int Inherited
read-only
path List<Node> Inherited
read-only
target EventTarget Inherited
read-only
timeStamp int Inherited
read-only
type String Inherited
read-only

Instance Methods

preventDefault Inherited ( ) → void
stopImmediatePropagation Inherited ( ) → void
stopPropagation Inherited ( ) → void