JavaScripture
Contribute via GitHub
Feedback
HashChangeEvent
Constructors
Instance Properties
newURL
oldURL
Browser API
All API
No API set selected.
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
toggle light/dark mode
Copyright © JavaScripture Contributors