- From: Noam Rosenthal <notifications@github.com>
- Date: Tue, 17 May 2022 02:01:33 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 17 May 2022 09:02:28 UTC
@noamr commented on this pull request. > @@ -232,8 +232,21 @@ 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>", In this case, it's "fetch has handed off the response to the caller". It is, in a way, fetch's responding phase. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1413#discussion_r874559733 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1413/review/975105582@github.com>
Received on Tuesday, 17 May 2022 09:02:28 UTC