- From: Noam Rosenthal <notifications@github.com>
- Date: Thu, 22 Dec 2022 03:51:06 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 22 December 2022 11:51:18 UTC
@noamr commented on this pull request. > +<p>The <dfn method for=Body><code>blob()</code></dfn> method steps are to return the result +of running <a for=Body>consume body</a> with <a>this</a> and the following step given a +<a for=/>byte sequence</a> <var>bytes</var>: Return a {{Blob}} whose contents are <var>bytes</var> +and whose {{Blob/type}} attribute is <a>this</a>'s <a for=Body>MIME type</a>. + +<p>The <dfn method for=Body><code>formData()</code></dfn> method steps are to return the result of +running <a for=Body>consume body</a> with <a>this</a> and the following step given a +<a for=/>byte sequence</a> <var>bytes</var>: switch on <a>this</a>'s <a for=Body>MIME type</a>'s +<a for="MIME type">essence</a>: Done -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1569#discussion_r1055381321 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1569/review/1227549740@github.com>
Received on Thursday, 22 December 2022 11:51:18 UTC