Re: [whatwg/fetch] Introduce RequestInit.duplex (PR #1457)

@yutakahirano commented on this pull request.



> @@ -6792,6 +6793,7 @@ enum RequestMode { "navigate", "same-origin", "no-cors", "cors" };
 enum RequestCredentials { "omit", "same-origin", "include" };
 enum RequestCache { "default", "no-store", "reload", "no-cache", "force-cache", "only-if-cached" };
 enum RequestRedirect { "follow", "error", "manual" };
+enum RequestDuplex { "half", "full" };

Done.

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

Message ID: <whatwg/fetch/pull/1457/review/1021627820@github.com>

Received on Tuesday, 28 June 2022 12:14:55 UTC