haXe API Documentation
Back | Index
extern class js.html.HashChangeEvent
extends Event
Available in js
var newURL(default,null) : String
var oldURL(default,null) : String
function new(type : String, ?canBubble : Bool, ?cancelable : Bool) : Void
function initHashChangeEvent(type : String, canBubble : Bool, cancelable : Bool, oldURL : String, newURL : String) : Void
Back | Index