- From: Domenic Denicola <notifications@github.com>
- Date: Tue, 10 Feb 2015 11:15:18 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Tuesday, 10 February 2015 19:16:01 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>, «»). Hmm it seems ES conventions don't include passing through missing parameters, e.g. [Invoke](https://people.mozilla.org/~jorendorff/es6-draft.html#sec-invoke) explicitly sets the arguments list to empty even though Call already does. I'll add those steps I guess. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/281/files#r24441043
Received on Tuesday, 10 February 2015 19:16:01 UTC