class js.html.HashChangeEvent extends Event
Available on js
var newURL:String
var oldURL:String
function new(type:String, ?canBubble:Bool, ?cancelable:Bool):Void
function initHashChangeEvent(type:String, canBubble:Bool, cancelable:Bool, oldURL:String, newURL:String):Void