(controller)
| 421 | }, |
| 422 | |
| 423 | pull(controller) { |
| 424 | // if ws can stop read if stream is full, we can implement backpressure |
| 425 | // https://streams.spec.whatwg.org/#example-rs-push-backpressure |
| 426 | }, |
| 427 | |
| 428 | cancel(reason) { |
| 429 | log(`ReadableStream was canceled, due to ${reason}`) |
nothing calls this directly
no outgoing calls
no test coverage detected