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

Hi! I'm working on a proxy that needs to give user code a stream interface, but only actually read the underlying data on demand. As far as I can tell, this matches the description [push based data sources](https://github.com/whatwg/streams/blob/master/Requirements.md#you-must-be-able-to-efficiently-adapt-existing-push-based-data-sources-into-a-uniform-streaming-interface).

Is there a standard interface for starting/pausing/resuming push based `ReadableStreams`, or should it be done ad hoc?

-- 
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

Received on Wednesday, 21 February 2018 23:07:56 UTC