Nossos voluntários ainda não traduziram este artigo para o Português (do Brasil) . Junte-se a nós e ajude a fazer o trabalho!
A browsing context is the environment in which a browser displays a Document
(normally a tab nowadays, but possibly also a window or a frame within a page).
Each browsing context has a specific origin, the origin of the active document, and a history that lists all the displayed documents in order.
Communication between browsing contexts is severely restricted. Between browsing context of the same origin, a BroadcastChannel
can be opened and used.