- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 10 Feb 2015 11:05:00 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Tuesday, 10 February 2015 19:05:32 UTC
> @@ -1406,7 +1406,7 @@ Instances of <code>WritableStream</code> are created with the internal slots des > <ol> > <li> Assert: <var>stream</var>@\[[state]] is <code>"closing"</code>. > <li> Let <var>sinkClosePromise</var> be PromiseInvokeOrNoop(<var>stream</var>@\[[underlyingSink]], > - <code>"close"</code>). > + <code>"close"</code>, «»). No need for empty, at least, not in ES Invoke... I'll make sure PromiseInvokeOrNoop also doesn't need empty lists. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/281/files#r24440012
Received on Tuesday, 10 February 2015 19:05:32 UTC