Re: [whatwg/streams] Interface for push based ReadableStream? (#889)

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