- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 21 Jun 2016 12:44:23 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc:
Received on Tuesday, 21 June 2016 19:45:16 UTC
You should only need to handle a given error once. For example, you don't need to handle .read() or .write() errors if you handle .closed. This is a nice convenience feature. There's no forced redundancy; you just have both options. --- 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/468#issuecomment-227549952
Received on Tuesday, 21 June 2016 19:45:16 UTC