- From: Takeshi Yoshino <notifications@github.com>
- Date: Wed, 25 Mar 2015 20:46:04 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Thursday, 26 March 2015 03:46:30 UTC
We've redesigned the readable stream to have the reader+stream structure and are going to also introduce the writer+stream structure to the writable stream. Given that change, the example by Jonas (https://github.com/whatwg/streams/issues/276#issuecomment-85766105) doesn't work since pipeTo() obtains a writer by itself. There's no point where we can substitute `writer.write` which the pipeTo() uses. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/issues/276#issuecomment-86326904
Received on Thursday, 26 March 2015 03:46:30 UTC