- From: Yutaka Hirano <notifications@github.com>
- Date: Tue, 29 Sep 2015 03:50:00 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Tuesday, 29 September 2015 10:50:32 UTC
> + > + <li><p>If <var>response</var>'s status is a <span>null body status</span>, resolve <var>p</var> > + with <var>res</var> and abort these steps. > + > + <li><p>Let <var>pull</var> be an action that <span title=concept-fetch-resume>resumes</span> the > + ongoing fetch if it is <span title=concept-fetch-suspend>suspended</span>. > + > + <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 Done. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/128/files#r40657466
Received on Tuesday, 29 September 2015 10:50:32 UTC