Re: [streams] Do we need error-after-drain functionality? (#172)

For queue backed streams, we could extend the API for the underlying source like:

```
error(reason, { waitForDrain: true });
```

To delay error-ing. If it turns out that this functionality is really needed. For non-queue-backed streams, it's just up to the underlying source when to make the stream look errored.

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

Received on Tuesday, 17 March 2015 13:26:06 UTC