Re: [whatwg/fetch] Editorial: clarify how to get MIME type for request and response (PR #1657)

@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