(controller)
| 343 | }, |
| 344 | |
| 345 | pull(controller) { |
| 346 | // if ws can stop read if stream is full, we can implement backpressure |
| 347 | // https://streams.spec.whatwg.org/#example-rs-push-backpressure |
| 348 | }, |
| 349 | |
| 350 | cancel(reason) { |
| 351 | log(`ReadableStream was canceled, due to ${reason}`) |
nothing calls this directly
no outgoing calls
no test coverage detected