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

Class

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

Source from the content-addressed store, hash-verified

581 get sync() { return bridgeLog.DoActionAndLog(() => { return myBrowser.storage.local; }, "storage.sync", undefined, "storage.local"); }
582}
583class EdgeTabsBridge {
584 get onActivated() { return bridgeLog.DoActionAndLog(() => { return myBrowser.tabs.onActivated; }, "tabs.onActivated"); }
585 get onCreated() { return bridgeLog.DoActionAndLog(() => { return myBrowser.tabs.onCreated; }, "tabs.onCreated"); }
586 get onRemoved() { return bridgeLog.DoActionAndLog(() => { return myBrowser.tabs.onRemoved; }, "tabs.onRemoved"); }

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected