()
| 69 | // let timer: NodeJS.Timeout |
| 70 | |
| 71 | function handleDisconnect() { |
| 72 | source.close() |
| 73 | setTimeout(init, timeout) |
| 74 | } |
| 75 | |
| 76 | const { hostname, port } = location |
| 77 | const protocol = getSocketProtocol(options.assetPrefix || '') |
nothing calls this directly
no test coverage detected
searching dependent graphs…