Re: [streams] can streams be transferred via postMessage()? (#276)

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