(reason)
| 348 | }, |
| 349 | |
| 350 | cancel(reason) { |
| 351 | log(`ReadableStream was canceled, due to ${reason}`) |
| 352 | readableStreamCancel = true; |
| 353 | safeCloseWebSocket(webSocketServer); |
| 354 | } |
| 355 | }); |
| 356 | |
| 357 | return stream; |
nothing calls this directly
no test coverage detected