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

Class

extensions/edge/backgroundScriptsAPIBridge.js:481–481  ·  view source on GitHub ↗

Source from the content-addressed store, hash-verified

479 }
480}
481class EdgeRuntimeBridge {
482 get id() { return bridgeLog.DoActionAndLog(() => { return myBrowser.runtime.id; }, "runtime.id"); }
483 get lastError() { return bridgeLog.DoActionAndLog(() => { return myBrowser.runtime.lastError; }, "runtime.lastError"); }
484 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