- From: Domenic Denicola <notifications@github.com>
- Date: Fri, 06 Feb 2015 12:24:11 -0800
- To: whatwg/streams <streams@noreply.github.com>
Received on Friday, 6 February 2015 20:24:42 UTC
> @@ -797,16 +763,44 @@ The <code>length</code> property of the <code>cancel</code> method is <b>1</b>. > <li> Otherwise, return <b>undefined</b>. > </ol> > > +<h4 id="cancel-readable-stream">CancelReadableStream ( stream )</h4> > + > +<ol> > + <li> If <b>this</b>@\[[state]] is <code>"closed"</code> or <code>"errored"</code>, return > + <b>this</b>@\[[closedPromise]]. > + <li> Let <b>this</b>@\[[queue]] be a new empty List. > + <li> Call-with-rethrow CloseReadableStream(<var>stream</var>). > + <li> Let <var>sourceCancelPromise</var> be PromiseInvokeOrNoop(<b>this</b>@\[[underlyingSource]], > + <code>"cancel"</code>, (<var>reason</var>)). It looks like I missed a spot in 14bbebcfa9f0e4d8776d33f7b26342124f6bec37; should be «_reason_» instead of (_reason_). --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/streams/pull/277/files#r24269160
Received on Friday, 6 February 2015 20:24:42 UTC