- From: Adam Rice <notifications@github.com>
- Date: Sun, 15 Jan 2017 20:38:29 -0800
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Monday, 16 January 2017 04:39:02 UTC
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