- From: Nicolas Le Gall <notifications@github.com>
- Date: Wed, 09 Nov 2016 03:27:25 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Wednesday, 9 November 2016 11:28:03 UTC
To test quickly: ``` new ReadableStream({ start(controller) { controller.close(); } }).pipeThrough(new TransformStream()).pipeTo(new WritableStream()) ``` -- 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/606#issuecomment-259392981
Received on Wednesday, 9 November 2016 11:28:03 UTC