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

@domenic http://plnkr.co/edit/uqbvxUQtjXEpcPYQjD2i?p=preview Why is `readable` logged at `console` before `writable`?

Expected result is to `return` data from `writable`, possible transformed, receive transformed data at `readable`, which can be reached at a possible chained `.pipeTo()`.


-- 
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-323541724

Received on Saturday, 19 August 2017 19:02:52 UTC