()
| 2253 | _this8.emitReserved("upgradeError", error); |
| 2254 | }; |
| 2255 | function onTransportClose() { |
| 2256 | onerror("transport closed"); |
| 2257 | } |
| 2258 | // When the socket is closed while we're probing |
| 2259 | function onclose() { |
| 2260 | onerror("socket closed"); |
nothing calls this directly
no test coverage detected
searching dependent graphs…