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

>     <span title=concept-Headers-guard>guard</span> is "<code title>immutable</code>".
> +
> +   <li><p>If <var title>response</var>'s status is a <span>null body status</span>, resolve
> +   <var title>p</var> with <var title>res</var> and abort these steps.

This is related to the below comment. If &lt;concept-response-body&gt; is a ReadableStream, we don't need this item. Otherwise, we need this early-exit to make `res` have null body.

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

Received on Monday, 28 September 2015 07:35:39 UTC