dom / latest / hashchangeevent / newurl.html /

HashChangeEvent.newURL

The newURL read-only property of the HashChangeEvent interface returns the new URL to which the window is navigating.

Value

Examples

window.addEventListener('hashchange', function(event) {
  console.log('Hash changed to ' + event.newURL);
});

Specifications

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
4.4
18
6
≤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