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

Class

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

Source from the content-addressed store, hash-verified

573 }
574}
575class EdgeStorageBridge {
576 get local() { return bridgeLog.DoActionAndLog(() => { return myBrowser.storage.local; }, "storage.local"); }
577 get onChanged() { return bridgeLog.DoActionAndLog(() => { return myBrowser.storage.onChanged; }, "storage.onChanged"); }
578}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected