- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 28 Mar 2017 01:27:06 -0700
- To: whatwg/streams <streams@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 28 March 2017 08:27:40 UTC
domenic commented on this pull request. > @@ -621,6 +596,15 @@ function WritableStreamDefaultWriterCloseWithErrorPropagation(writer) { return WritableStreamDefaultWriterClose(writer); } +function WritableStreamDefaultWriterEnsureReadyPromiseRejected(writer, error) { + if (writer._readyPromiseState === 'pending') { Yeah, I understand. It is indeed a good goal to be able to maintain the state out of band, but it just got really complex and error-prone. At least I personally was not able to figure it out. -- 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_r108361288
Received on Tuesday, 28 March 2017 08:27:40 UTC