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

Class EdgeChromeAppBridge

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

Source from the content-addressed store, hash-verified

136}
137var bridgeLog = new EdgeBridgeDebugLog();
138class EdgeChromeAppBridge {
139 getDetails() {
140 return bridgeLog.DoActionAndLog(() => {
141 return EdgeChromeRuntimeBridge.prototype.getManifest();
142 }, "app.getManifest", undefined, "runtime.getManifest");
143 }
144 get isInstalled() { return bridgeLog.DoActionAndLog(() => { throw "app.isInstalled is not available in Edge"; }, "app.isInstalled"); }
145 getIsInstalled() { return bridgeLog.DoActionAndLog(() => { throw "app.getIsInstalled is not available in the Edge"; }, "app.getIsInstalled"); }
146 installState() { return bridgeLog.DoActionAndLog(() => { throw "app.installState is not available in Edge"; }, "app.installState"); }
147 runningState() { return bridgeLog.DoActionAndLog(() => { throw "app.runningState is not available in Edge"; }, "app.runningState"); }
148}
149class EdgeBrowserActionBridge {
150 get onClicked() { return bridgeLog.DoActionAndLog(() => { return myBrowser.browserAction.onClicked; }, "browserAction.onClicked"); }
151 disable(tabId) {

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected