Update javascript-modify-url-without-reload.md
This commit is contained in:
@ -37,7 +37,7 @@ const nextURL = 'https://my-website.com/page_b';
|
|||||||
// This will create a new entry in the browser's history, reloading afterwards
|
// This will create a new entry in the browser's history, reloading afterwards
|
||||||
window.location.href = nextURL;
|
window.location.href = nextURL;
|
||||||
|
|
||||||
// This will replace the current entry in the browser's history, reloading afterwards
|
// This will replace the current entry in the browser's history, reloading afterwards
|
||||||
window.location.assign(nextURL);
|
window.location.assign(nextURL);
|
||||||
|
|
||||||
// This will replace the current entry in the browser's history, reloading afterwards
|
// This will replace the current entry in the browser's history, reloading afterwards
|
||||||
|
|||||||
Reference in New Issue
Block a user