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>:

Done.

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

Received on Monday, 5 October 2015 10:34:47 UTC