- From: cybai (Haku) <notifications@github.com>
- Date: Thu, 01 Jun 2023 06:46:19 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 1 June 2023 13:46:25 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}}. ah, yes, it's much clearer to me why the "Otherwise," is not needed here now 🙏 thank you! -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1657#discussion_r1213182551 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1657/review/1455520291@github.com>
Received on Thursday, 1 June 2023 13:46:25 UTC