Re: [whatwg/streams] Internal promises that can be rejected need to be handled (#468)

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