- From: Noam Rosenthal <notifications@github.com>
- Date: Tue, 12 Oct 2021 05:00:01 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 12 October 2021 12:00:17 UTC
@noamr commented on this pull request. > + <ol> + <li> + <p>Set <var>response</var>'s <a for=response>URL list</a> to « <var>fetchParams</var>'s + <a for="fetch params">request</a>'s <a for=request>URL list</a>[0] ». + + <p class=note>This is needed as after <a for=list>cloning</a> <var>fetchParams</var>'s + <a for="fetch params">request</a>'s <a for=request>URL list</a> earlier, <var>response</var> + might have been set to a <a>network error</a>. + + <li><p>Set <var>response</var>'s <a for=response>timing info</a> to the result of + <a>creating an opaque timing info</a> for <var>fetchParams</var>'s + <a for="fetch params">timing info</a>. + </ol> + + <p>Otherwise, set <var>response</var>'s <a for="response">finalize</a> to + <var>finalizeResponse</var>.</p> Oh you mean like a threading-style race condition? -- 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/1311#discussion_r727066159
Received on Tuesday, 12 October 2021 12:00:17 UTC