- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 25 Nov 2014 12:52:21 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Tuesday, 25 November 2014 20:52:57 UTC
At this point I am tempted to go back to my original idea of [[piping]] built in to the stream. It would cause .read() to throw, .state to return "waiting", and .ready to return a promise that is fulfilled when the piping is over and the stream becomes readable or closed (perhaps errored too, given #245). Everything else seems over-engineered. Which would be OK if the user-facing ergonomics were worth it, but I am not sure that they are. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/241#issuecomment-64468760
Received on Tuesday, 25 November 2014 20:52:57 UTC