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

> -       <li><p>Parse <var title>bytes</var>, using the value of the
> -       `<code title>boundary</code>` parameter from
> -       <span title=concept-Body-MIME-type>MIME type</span> and
> -       <span data-anolis-spec=encoding>utf-8</span> as encoding, per the rules set forth
> -       in <cite>Returning Values from Forms: multipart/form-data</cite>.
> -       <span data-anolis-ref>RFC2388</span>
> -
> -       <li><p>If that fails for some reason, reject <var title>p</var> with a
> -       <code title>TypeError</code>.
> -
> -       <li><p>Otherwise, resolve <var title>p</var> with a new
> -       <code data-anolis-spec=xhr>FormData</code> object, appending each entry, resulting
> -       from the parsing operation, to
> -       <span data-anolis-spec=xhr title=concept-FormData-entry>entries</span>.
> -      </ol>
> + <li><p>Switch on <var>type</var>:

This seems to be the only step in this list? I think would be better to avoid the `<ol>` then and say something along the lines of "switch on type and run the associated steps" in the previous paragraph.

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

Received on Friday, 2 October 2015 10:30:38 UTC