PUBLIC
HashChangeEvent
Constructors
Instance Properties
newURL
oldURL
Browser API
All API
No API set selected.
JavaScript
HashChangeEvent
:
Event
constructor
See
window.onhashchange
.
Spec
Constructors
new
HashChangeEvent
(
type
:
String
,
[
eventInit
:
Object
]
) :
HashChangeEvent
eventInit
: {
oldURL
String
newURL
String
}
Instance Properties
newURL
:
Object
readonly
The new url.
Spec
oldURL
:
Object
readonly
The previous url.
Spec
home
license
contribute
feedback
Copyright © PUBLIC Contributors