- From: Ben Kelly <notifications@github.com>
- Date: Wed, 24 Nov 2021 12:21:31 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 24 November 2021 20:21:43 UTC
@wanderview commented on this pull request. > <li><p>Set <var>request</var>'s <a for=request>referrer</a> to "<code>client</code>" <li><p>Set <var>request</var>'s <a for=request>referrer policy</a> to the empty string. + + <li><p>Set <var>request</var>'s <a for=request>URL list</a> to an empty + <a for=/>list</a>. + + <li><p><a for=list>Append</a> <var>request</var>'s <a for=request>URL</a> to + <var>request</var>'s <a for=request>URL list</a>. As I linked above, its not defined that way. The first entry in the URL list contains a copy of the request URL. You are right, though, I need to use the current URL instead. -- 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/1345#discussion_r756398283
Received on Wednesday, 24 November 2021 20:21:43 UTC