From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- files/zh-cn/glossary/browsing_context/index.html | 18 ++++++++++++++++++ 1 file changed, 18 insertions(+) create mode 100644 files/zh-cn/glossary/browsing_context/index.html (limited to 'files/zh-cn/glossary/browsing_context/index.html') diff --git a/files/zh-cn/glossary/browsing_context/index.html b/files/zh-cn/glossary/browsing_context/index.html new file mode 100644 index 0000000000..86084380f3 --- /dev/null +++ b/files/zh-cn/glossary/browsing_context/index.html @@ -0,0 +1,18 @@ +--- +title: Browsing context +slug: Glossary/Browsing_context +translation_of: Glossary/Browsing_context +--- +

浏览上下文(browsing context)是一个浏览器(browser)展示文档({{domxref("Document")}})的环境。在现代浏览器中,通常是一个标签页(tab),也可能是一个窗体(window)或只是页面的一部分,如 frame 或 iframe。

+ +

每个浏览器上下文都有一个特殊源,一个的活动文档源(origin)和一个记录所有展示文档的历史(history)。

+ +

每个浏览器上下文都有一个活动文档的源(origin)和一个记录所有展示文档的历史(history)。

+ +

浏览器上下文之间的通讯被严格限制,两个同源的浏览器上下文,通讯接口({{domxref("BroadcastChannel")}})才能被打开和使用。

+ +

Learn more

+ + -- cgit v1.2.3-54-g00ecf