Re: [whatwg/streams] pipeTo() text appears to say all queued writable chunks must be written on readable error (#738)

Hmm. This seems correct to me. In particular if the destination is not errored, and we have data we got from the readable stream before it died, we should be doing our best to get it into the destination, instead of throwing it away. I reviewed the test and it seems correct.

What would you expect, and what makes you think this might not be desirable?

-- 
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/738#issuecomment-296314760

Received on Friday, 21 April 2017 21:57:22 UTC