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

Class

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

Source from the content-addressed store, hash-verified

312 get sync() { return bridgeLog.DoActionAndLog(() => { return myBrowser.storage.local; }, "storage.sync", undefined, "storage.local"); }
313}
314class EdgeContentBridge {
315 constructor() {
316 this.extension = typeof browser.extension !== "undefined" ? new EdgeChromeExtensionBridge() : undefined;
317 this.i18n = typeof browser.i18n !== "undefined" ? new EdgeI18nBridge() : undefined;

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected