📜  特定页面未保存到 chrome 中的历史记录 - 无论代码示例

📅  最后修改于: 2022-03-11 15:00:19.683000             🧑  作者: Mango

代码示例1
Someone is probably changing the page with window.location.replace() 
instead of using window.location.assign().

https://developer.mozilla.org/en-US/docs/Web/API/Location/replace