Dart SDK
dart:html
HashChangeEvent
HashChangeEvent
constructor
HashChangeEvent
HashChangeEvent
Static properties
supported
Properties
newUrl
oldUrl
matchingTarget
bubbles
cancelable
clipboardData
currentTarget
defaultPrevented
eventPhase
path
target
timeStamp
type
Constructors
HashChangeEvent
Methods
preventDefault
stopImmediatePropagation
stopPropagation
HashChangeEvent
(
String
type
,
{
bool
canBubble
:
true
,
bool
cancelable
:
true
,
String
oldUrl
,
String
newUrl
}
)
(Not documented.)