(code, reason)
| 233 | const ctx: WSContext<WebSocketLike> = { |
| 234 | binaryType: 'arraybuffer', |
| 235 | close(code, reason) { |
| 236 | ws.close(code, reason) |
| 237 | }, |
| 238 | protocol: ws.protocol, |
| 239 | raw: ws, |
| 240 | get readyState() { |
nothing calls this directly
no test coverage detected
searching dependent graphs…