[whatwg/streams] Should pipeThrough() mark the promise from pipeTo() as handled? (#652)

It seems really annoying that if one link in the chain fails every single pipeThrough() in the chain will complain about it.

If a transform in the middle of the pipe fails, are the separate complaints useful? I can think of two scenarios where they might be:
1. Something after the failed step in the chain has a bug which causes it to fail on abort/cancel. Then that error will be propagated, masking the real problem.
2. preventAbort is set, stopping propagation.

-- 
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/652

Received on Monday, 16 January 2017 04:39:02 UTC