MCPcopy Create free account
hub / github.com/andreadev-it/stacking-contexts-inspector / startDOMObserver

Function startDOMObserver

src/scripts/background.js:194–198  ·  view source on GitHub ↗

* Start the DOM Observer * * @param {number} tabId

(tabId)

Source from the content-addressed store, hash-verified

192 * @param {number} tabId
193 */
194async function startDOMObserver(tabId) {
195 let connection = await getScriptConnection("content", tabId);
196 console.log("Starting DOM Observer...")
197 await connection.startDOMObserver();
198}
199
200/**
201 * Stop the DOM Observer

Callers 1

updateDevtoolsPageStatusFunction · 0.70

Calls 1

getScriptConnectionFunction · 0.85

Tested by

no test coverage detected