- From: cybai (Haku) <notifications@github.com>
- Date: Thu, 01 Jun 2023 02:17:28 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 1 June 2023 09:17: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}}. I see. Thanks! I will update the PR :) -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1657#discussion_r1212852756 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1657/review/1454985802@github.com>
Received on Thursday, 1 June 2023 09:17:35 UTC