- From: Noam Rosenthal <notifications@github.com>
- Date: Fri, 22 Apr 2022 00:47:43 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 22 April 2022 07:47:55 UTC
@noamr commented on this pull request. > @@ -225,8 +225,15 @@ lt="authentication entry">authentication entries</a> (for HTTP authentication). <a for=struct>items</a>: <dl> - <dt><dfn for="fetch controller">state</dfn> (default "<code>ongoing</code>") - <dd>"<code>ongoing</code>", "<code>terminated</code>", or "<code>aborted</code>" + <dt><dfn for="fetch controller">state</dfn> (default "<code>requesting</code>") + <dd>"<code>requesting</code>", "<code>responding</code>", "<code>concluded</code>", + "<code>terminated</code>", or "<code>aborted</code>" I changed `requesting` and `responding` to `fetching` and `transmitting` - perhaps that's a definition that's more inclusive to full-duplex? -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1413#discussion_r855863790 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1413/review/949575625@github.com>
Received on Friday, 22 April 2022 07:47:55 UTC