- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 24 Mar 2017 03:02:56 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 24 March 2017 10:04:07 UTC
domenic commented on this pull request. > stream._state = 'errored'; stream._storedError = error; - WritableStreamRejectPromisesInReactionToError(stream); + // TODO: layering violation? + ResetQueue(stream._writableStreamController); Hmm, I guess we do similar things in WritableStreamAbort(). Maybe it is fine. -- 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/pull/705#discussion_r107868711
Received on Friday, 24 March 2017 10:04:07 UTC