(data)
| 60 | onMessageHandlers.push(fn) |
| 61 | }, |
| 62 | send(data) { |
| 63 | if (!disconnected) { |
| 64 | // if (process.env.NODE_ENV !== 'production') { |
| 65 | // console.log('[chrome] devtools -> backend', data) |
| 66 | // } |
| 67 | port.postMessage(data) |
| 68 | } |
| 69 | }, |
| 70 | }) |
| 71 | |
| 72 | bridge.on(BridgeEvents.TO_FRONT_RECONNECTED, () => { |
nothing calls this directly
no outgoing calls
no test coverage detected