Re: [streams] Uses of "upon fulfillment/rejection" contain unused returns and throws (#284)

Yes, in general ES-style specs do not drop completion records on the floor when they can avoid it. Exceptions and return values are signaled to users in other ways (e.g. calling `stream@[[error]]`).

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/streams/issues/284#issuecomment-74771686

Received on Tuesday, 17 February 2015 22:46:21 UTC