- From: Domenic Denicola <notifications@github.com>
- Date: Wed, 21 Feb 2018 23:09:01 +0000 (UTC)
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 21 February 2018 23:09:56 UTC
ReadableStream's public API is always pull. It can wrap an underlying push source though, as seen in e.g. https://streams.spec.whatwg.org/#example-rs-push-no-backpressure. > but only actually read the underlying data on demand. That sounds much more like a underlying pull source. See e.g. https://streams.spec.whatwg.org/#example-rs-pull. -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/889#issuecomment-367509613
Received on Wednesday, 21 February 2018 23:09:56 UTC