- From: Takeshi Yoshino <notifications@github.com>
- Date: Tue, 17 Mar 2015 06:25:36 -0700
- To: whatwg/streams <streams@noreply.github.com>
Received on Tuesday, 17 March 2015 13:26:06 UTC
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