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:

This "Otherwise" is a tad confusing since the previous step doesn't start with an "If". Since the previous step ends up aborting the substeps, do we need an otherwise and substeps here?

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

Received on Monday, 5 October 2015 13:31:12 UTC