Re: [whatwg/streams] ReadableStreamDefaultController seems redundant (#743)

> The ReadableStream would not call this callback until some data is first requested. At that time, it can do different things depending on the request:

I've been sketching how to optimize piping with identity streams in the middle at #511. Allowing skipping identities is yes good (#325). This can be realized even in the current design by extending the interfaces for sources/sinks, I think.

-- 
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/743#issuecomment-303684139

Received on Wednesday, 24 May 2017 10:30:00 UTC