I want to change my url from javascript without reloading a page.
window.history.pushState(null,\'\', newUrl);
It works in Chrome and Edge but