- From: cybai (Haku) <notifications@github.com>
- Date: Thu, 01 Jun 2023 02:09:29 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 1 June 2023 09:09:35 UTC
@CYBAI commented on this pull request.
>
- <dt>Otherwise
- <dd><p><a>Throw</a> a {{TypeError}}.
-</dl>
+ <li><p>If <var>entries</var> is failure, then <a>throw</a> a {{TypeError}}.
+
+ <li><p>Return a new {{FormData}} object whose <a for=FormData>entry list</a> is
+ <var>entries</var>.
+ </ol>
+ </dl>
+ <li><p>Otherwise, <a>Throw</a> a {{TypeError}}.
Do you mean we can just state "Throw a TypeError" in this case?
--
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/pull/1657#discussion_r1212840368
You are receiving this because you are subscribed to this thread.
Message ID: <whatwg/fetch/pull/1657/review/1454967103@github.com>
Received on Thursday, 1 June 2023 09:09:35 UTC