Re: [fetch] Introduce Response.body. (#118) (#128)

>     <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.

Newline after `<li>` since it has two children.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/128/files#r40532534

Received on Monday, 28 September 2015 09:26:02 UTC