Re: [whatwg/fetch] propagate request URL list through service workers (#1335)

I'm not sure I understand.  The navigation code may reuse the same request, but when `evt.respondWith(fetch(evt.request))` is done the Request constructor is run.  This loses the URL list from the navigation request.  At least in implementation this information is needed to properly set origin, sec-fetch-site, samesite cookies, etc if there was a cross-site redirect in the URL list.

-- 
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/issues/1335#issuecomment-945919326

Received on Monday, 18 October 2021 15:54:38 UTC