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

There is forced redundancy if you don't want uncaught exceptions in your production code. I get the idea was to provide options but for clients that don't want uncaught exceptions in production code they'll have to handle both. I'd assume most people wouldn't want uncaught exceptions being logged, especially when you technically handled it, just via another code path.

There's no relation between the closed promise and the ones returned from read. Catching one does not catch the other.

---
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-227551032

Received on Tuesday, 21 June 2016 19:49:07 UTC