- From: Yutaka Hirano <notifications@github.com>
- Date: Mon, 05 Oct 2015 03:38:39 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Monday, 5 October 2015 10:39:13 UTC
> + > + <li><p>Let <var>cancel</var> be an action that > + <span title=concept-fetch-terminate>terminates</span> the ongoing fetch with reason > + <i title>end-user abort</i>. > + > + <li> > + <p>Let <var>strategy</var> be an object. The user agent may choose any object. > + <p class="note no-backref"><var>strategy</var> is used to control the queuing strategy of > + <var>stream</var> constructed below. > + > + <li> > + <p>Set <var>stream</var> to the result of > + <span title=concept-construct-ReadableStream>constructing</span> a > + <span title=concept-ReadableStream>ReadableStream</span> with <var>strategy</var>, > + <var>pull</var> and <var>cancel</var>. If that threw an exception, run the following > + substeps: Done. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/128/files#r41130181
Received on Monday, 5 October 2015 10:39:13 UTC