(reason)
| 426 | }, |
| 427 | |
| 428 | cancel(reason) { |
| 429 | log(`ReadableStream was canceled, due to ${reason}`) |
| 430 | readableStreamCancel = true; |
| 431 | safeCloseWebSocket(webSocketServer); |
| 432 | } |
| 433 | }); |
| 434 | |
| 435 | return stream; |
nothing calls this directly
no test coverage detected