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 <span title=concept-response-body>body</span> is null, resolve
> +   <var>p</var> with <var>res</var> and terminate these steps.

Here is in the "process response for response" handler, so I thought the termination was scoped in it (as "return" in the "process request body" handler in the XHR spec).

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

Received on Monday, 5 October 2015 10:38:59 UTC