Re: [whatwg/fetch] Editorial: Amend body reading to use no-promise version (PR #1569)

@noamr commented on this pull request.



>  
- <dt><i>FormData</i>
- <dd>
-  <p>If <var>mimeType</var>'s <a for="MIME type">essence</a> is "<code>multipart/form-data</code>",
-  then:
+ <li><p>If <var>object</var>'s <a for=Body>body</a> is null, then run <var>successSteps</var>
+ with an empty <a for=/>byte sequence</a>, and return.
+
+ <li>Let <var>errorSteps</var> given <var>error</var> be to <a>reject</a> <var>promise</var> with
+ <var>error</var>.

Done

-- 
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1569#discussion_r1055381261
You are receiving this because you are subscribed to this thread.

Message ID: <whatwg/fetch/pull/1569/review/1227549634@github.com>

Received on Thursday, 22 December 2022 11:51:13 UTC