- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 02 Oct 2015 03:30:43 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Friday, 2 October 2015 10:31:18 UTC
> - <span data-anolis-spec=xhr title=concept-FormData-entry>entries</span>. > - </ol> > + <li><p>Switch on <var>type</var>: > + <dl class=switch> > + <dt><i title>ArrayBuffer</i> > + <dd><p>Return an <code>ArrayBuffer</code> whose contents are <var>bytes</var>. > + > + <dt><i title>Blob</i> > + <dd><p>Return a <code data-anolis-spec=fileapi>Blob</code> whose contents are > + <var>bytes</var> and <code data-anolis-spec=fileapi title=dom-Blob-type>type</code> > + is <var>MIME type</var>. > + > + <dt><i title>FormData</i> > + <dd> > + <p>If <var>MIME type</var> (ignoring parameters) is `<code>multipart/form-data</code>`, > + run these subsubsteps: These are now just substeps. --- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/128/files#r41008710
Received on Friday, 2 October 2015 10:31:18 UTC