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'm not sure exactly what you're talking about here. Promises don't cause uncaught exceptions.

Perhaps if you could give an example (testable in Chrome Canary or WebKit nightly, perhaps) of what you're referring to, it would be clearer.

> There's no relation between the closed promise and the ones returned from read.

That's incorrect; they're both rejected with the same error under the same conditions.

> Catching one does not catch the other.

That's correct.

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

Received on Tuesday, 21 June 2016 19:52:09 UTC