- From: Noam Rosenthal <notifications@github.com>
- Date: Wed, 27 Oct 2021 09:41:56 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 27 October 2021 16:42:08 UTC
@noamr commented on this pull request. Fixed the detailed CR comments. > @@ -2247,14 +2278,14 @@ functionality. <p>A <a for="fetch group">fetch record</a> has an associated <dfn export for="fetch record" id=concept-fetch-record-fetch>fetch</dfn> (a -<a for=/>fetch</a> algorithm or null). +<a for=/>fetch controller</a> or null). Not sure either, but won't fix this in the scope of this PR > @@ -205,6 +205,9 @@ lt="authentication entry">authentication entries</a> (for HTTP authentication). <dt><dfn for="fetch params">cross-origin isolated capability</dfn> (default false) <dd>A boolean. + <dt><dfn for="fetch params">fetch state</dfn> + <dd>"<code>ongoing</code>", "<code>terminated</code>", or "<code>aborted</code>". Fixed -- You are receiving this because you are subscribed to this thread. Reply to this email directly or view it on GitHub: https://github.com/whatwg/fetch/pull/1329#pullrequestreview-790901784
Received on Wednesday, 27 October 2021 16:42:08 UTC