- From: jugglinmike <notifications@github.com>
- Date: Wed, 24 Jun 2020 10:42:31 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 24 June 2020 17:42:44 UTC
@jugglinmike commented on this pull request. > @@ -3586,9 +3678,8 @@ optionally with a <i>recursive flag</i>, run these steps: <p>If <var>internalResponse</var>'s <a for=response>URL list</a> <a for=list>is empty</a>, then set it to a <a for=list>clone</a> of <var>request</var>'s <a for=request>URL list</a>. - <p class=note>A <a for=/>response</a>'s <a for=response>URL list</a> will typically be empty at - this point, unless it came from a service worker, in which case it will only be empty if it was - created through <a lt="Response()" constructor><code>new Response()</code></a>. + <p class=note>A <a for=/>response</a>'s <a for=response>URL list</a> can be empty when it's for + "<code>about</code>" URLs for example. The latest revision doesn't use @domenic's suggested phrasing. -- 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/1030#discussion_r445063689
Received on Wednesday, 24 June 2020 17:42:44 UTC