MCPcopy Create free account
hub / github.com/Justineo/github-hovercard /

Class

extensions/edge/contentScriptsAPIBridge.js:212–212  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

210 }
211}
212class EdgeRuntimeBridge {
213 get id() { return bridgeLog.DoActionAndLog(() => { return myBrowser.runtime.id; }, "runtime.id"); }
214 get lastError() { return bridgeLog.DoActionAndLog(() => { return myBrowser.runtime.lastError; }, "runtime.lastError"); }
215 get onConnect() { return bridgeLog.DoActionAndLog(() => { return myBrowser.runtime.onConnect; }, "runtime.onConnect"); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected