()
| 291 | }; |
| 292 | |
| 293 | let detachUnloadHandler = () => { |
| 294 | if (isUnloadHandlerAttached) { |
| 295 | isUnloadHandlerAttached = false; |
| 296 | global.removeEventListener('beforeunload', unloadHandler, false); |
| 297 | } |
| 298 | }; |
| 299 | |
| 300 | (async () => { |
| 301 | let consumer = this.listener('connecting').createConsumer(); |
no outgoing calls
no test coverage detected
searching dependent graphs…