- From: guest271314 <notifications@github.com>
- Date: Mon, 21 Aug 2017 16:34:39 +0000 (UTC)
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 21 August 2017 16:35:01 UTC
@ricea Was able to achieve requirement using `.pipeTo()` with a variation of @domenic code at http://jsbin.com/hicawawizo/edit?html,console, and by compiling the files at https://github.com/whatwg/streams/blob/master/reference-implementation/lib/ into a single file and using `.pipeThrough()`, with the adjustment of using `.enqueue()` instead of `return` within `transform` function. -- 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/765#issuecomment-323793185
Received on Monday, 21 August 2017 16:35:01 UTC