JavaScripture
Contribute via GitHub Feedback

HashChangeEvent : Event

Constructors

new HashChangeEvent(type : String, [eventInit : Object]) : HashChangeEvent
eventInit : {
oldURL :String
newURL :String
}

Instance Properties

newURL : Object  

The new url.

oldURL : Object  

The previous url.