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