- From: Takeshi Yoshino <notifications@github.com>
- Date: Tue, 24 Feb 2015 22:56:17 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Wednesday, 25 February 2015 06:56:44 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>, «»). I added this since I saw it in the algorithm of WritableStream.abort(reason). Shall we remove it too and make PromiseInvokeOrFallbackOrNoop's argument omittable but only args2? --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/281/files#r25321189
Received on Wednesday, 25 February 2015 06:56:44 UTC