- From: Anne van Kesteren <notifications@github.com>
- Date: Fri, 15 Oct 2021 07:49:02 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Friday, 15 October 2021 14:49:15 UTC
@annevk commented on this pull request. > @@ -4124,6 +4128,27 @@ steps: <a for=/>response</a> <var>response</var>, run these steps: <ol> + <li> + <p>If <var>response</var> is a <a>network error</a>, then: + + <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>. Sorry no. The code point is still not the one specified for Infra lists (only the opening one is) and we do want only [0] here. Otherwise you create a nested list. And there's no reason to include the other URLs. -- 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_r729888571
Received on Friday, 15 October 2021 14:49:15 UTC