Re: [whatwg/streams] What is the expected behaviour of .pipeThrough()? (#765)

@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