Re: [streams] Readable byte streams should support an internal queue (#353)

> > Reject readRequestPromise with CreateIterResultObject(stream@[[storedError]], chunk).

> IMO it is OK to throw away the chunk if the stream has errored. It is better than rejecting with a non-Error. So I would just reject with stream@[[storedError]].

Oh, sorry. I didn't come up with what to do with this, and so I left it incomplete (passing error and chunk to CreateIterResultObject) ... and forgot to revisit.

OK. Will fix.

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

Received on Wednesday, 27 May 2015 15:21:32 UTC