- From: Anne van Kesteren <notifications@github.com>
- Date: Thu, 21 Apr 2022 06:34:32 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 21 April 2022 13:34:44 UTC
@annevk 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>" Well, for the WebSocket handshake they do and after that it's no longer a fetch... -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1413#discussion_r855191725 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1413/review/948633849@github.com>
Received on Thursday, 21 April 2022 13:34:44 UTC