MDN中关于触发popstate,要求之一是same document

MDN中关于触发popstate的条件,要求之一是 same document,让我困惑什么是 same ducument?
原文链接链接描述

Note: calling history.pushState() or history.replaceState() won't trigger a popstate event. The popstate event is only triggered by performing a browser action, such as clicking on the back button (or calling history.back() in JavaScript), **when navigating between two history entries for the same document.


蝴蝶刀刀
浏览 969回答 1
1回答

紫衣仙女

同一文档的意思,也就是说这两个浏览历史记录都是同一个页面,比如在A页面时一个浏览历史记录,A#就是第二个浏览历史记录,那么A和A#则代表同一个文档。我是这样理解的,不知道是否正确,如果不正确还望给予指点
打开App,查看更多内容
随时随地看视频慕课网APP

相关分类

JavaScript