| 210 | } |
| 211 | } |
| 212 | class EdgeRuntimeBridge { |
| 213 | get id() { return bridgeLog.DoActionAndLog(() => { return myBrowser.runtime.id; }, "runtime.id"); } |
| 214 | get lastError() { return bridgeLog.DoActionAndLog(() => { return myBrowser.runtime.lastError; }, "runtime.lastError"); } |
| 215 | get onConnect() { return bridgeLog.DoActionAndLog(() => { return myBrowser.runtime.onConnect; }, "runtime.onConnect"); } |
nothing calls this directly
no outgoing calls
no test coverage detected