- From: Luca Casonato <notifications@github.com>
- Date: Wed, 20 Apr 2022 10:54:54 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 20 April 2022 17:55:05 UTC
@lucacasonato 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>" Yup, this wouldn't work for us (which may be fine). We need to have the ability to say we are sending and receiving data at the same time. -- Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1413#discussion_r854407321 You are receiving this because you are subscribed to this thread. Message ID: <whatwg/fetch/pull/1413/review/947547290@github.com>
Received on Wednesday, 20 April 2022 17:55:05 UTC