- From: Yutaka Hirano <notifications@github.com>
- Date: Tue, 29 Sep 2015 03:49:52 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Tuesday, 29 September 2015 10:50:19 UTC
> <span title=concept-Headers-guard>guard</span> is "<code title>immutable</code>". > + > + <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. Done. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/128/files#r40657454
Received on Tuesday, 29 September 2015 10:50:19 UTC