- From: Yutaka Hirano <notifications@github.com>
- Date: Tue, 28 Jun 2022 05:14:43 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 28 June 2022 12:14:55 UTC
@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