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

> +   <li>
> +    <p>Set <var>stream</var> to the result of
> +    <span title=concept-construct-ReadableStream>constructing</span> a
> +    <code title=concept-ReadableStream>ReadableStream</code> object with <var>strategy</var>,
> +    <var>pull</var> and <var>cancel</var>. If that threw an exception, run the following
> +    substeps:
> +
> +    <ol>
> +     <li><p>Reject <var>p</var> with that exception.
> +
> +     <li><p><span title=concept-fetch-terminate>Terminate</span> the ongoing fetch with reason
> +     <i title>fatal</i>.
> +    </ol>
> +
> +   <li>
> +    <p>Otherwise, run the following substeps:

Terminating a fetch operation and terminating substeps are different things. We should state both in this case. Fixed.

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

Received on Tuesday, 6 October 2015 04:50:57 UTC