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

Class

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

Source from the content-addressed store, hash-verified

304 }
305}
306class EdgeStorageBridge {
307 get local() { return bridgeLog.DoActionAndLog(() => { return myBrowser.storage.local; }, "storage.local"); }
308 get onChanged() { return bridgeLog.DoActionAndLog(() => { return myBrowser.storage.onChanged; }, "storage.onChanged"); }
309}

Callers

nothing calls this directly

Calls

no outgoing calls

Tested by

no test coverage detected