Home | History | Annotate | Download | only in docs

Lines Matching full:communicate

416 <a href="#host-page-communication">communicate with web pages</a>
675 <p>Although the execution environments of content scripts and the pages that host them are isolated from each other, they share access to the page's DOM. If the page wishes to communicate with the content script (or with the extension via the content script), it must do so through the shared DOM.</p>