HashChangeEvent.newURL
The newURL
read-only property of the HashChangeEvent
interface returns the new URL to which the window is navigating.
Syntax
let newEventUrl = event.newURL;
Value
A DOMString
.
Example
window.addEventListener('hashchange', function(event) { console.log('Hash changed to ' + event.newURL); });
Specifications
Specification |
---|
HTML Standard (HTML) # dom-hashchangeevent-newurl-dev |
Browser compatibility
Desktop | Mobile | |||||||||||
---|---|---|---|---|---|---|---|---|---|---|---|---|
Chrome | Edge | Firefox | Internet Explorer | Opera | Safari | WebView Android | Chrome Android | Firefox for Android | Opera Android | Safari on IOS | Samsung Internet | |
newURL |
8 |
12 |
6 |
No |
≤12.1 |
5.1 |
≤37 |
18 |
Yes |
≤12.1 |
6 |
1.0 |
© 2005–2021 MDN contributors.
Licensed under the Creative Commons Attribution-ShareAlike License v2.5 or later.
https://developer.mozilla.org/en-US/docs/Web/API/HashChangeEvent/newURL