The newURL read-only property of the HashChangeEvent interface returns the new URL to which the window is navigating. 
 The newURL read-only property of the HashChangeEvent interface returns the new URL to which the window is navigating. 
A string.
js
window.addEventListener("hashchange", (event) => { console.log(`Hash changed to ${event.newURL}`); });
| Specification | 
|---|
| HTML Standard  # dom-hashchangeevent-newurl-dev  | 
| 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 | 4.4 | 18 | 6 | ≤12.1 | 5 | 1.0 | 
    © 2005–2023 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