| 479 | } |
| 480 | } |
| 481 | class EdgeRuntimeBridge { |
| 482 | get id() { return bridgeLog.DoActionAndLog(() => { return myBrowser.runtime.id; }, "runtime.id"); } |
| 483 | get lastError() { return bridgeLog.DoActionAndLog(() => { return myBrowser.runtime.lastError; }, "runtime.lastError"); } |
| 484 | get onConnect() { return bridgeLog.DoActionAndLog(() => { return myBrowser.runtime.onConnect; }, "runtime.onConnect"); } |
nothing calls this directly
no outgoing calls
no test coverage detected