- From: Adam Rice <notifications@github.com>
- Date: Sun, 04 Dec 2016 18:14:46 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Monday, 5 December 2016 02:15:30 UTC
ricea commented on this pull request. > 1. Let _sinkClosePromise_ be ! PromiseInvokeOrNoop(_controller_.[[underlyingSink]], `"close"`, « _controller_ »). 1. <a>Upon fulfillment</a> of _sinkClosePromise_, - 1. If _stream_.[[state]] is not `"closing"`, return. - 1. Perform ! WritableStreamFulfillWriteRequest(_stream_). + 1. Assert: _controller_.[[inClose]] is *true*. + 1. Set _controller_.[[InClose]] to *false*. Done -- 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/619
Received on Monday, 5 December 2016 02:15:30 UTC