Re: [whatwg/fetch] Script-created redirects responses have no location URL (#1146)

I think maybe there is a difference in the case where a network created response later has its location header changed.  In theory the spec today says to freeze URL Location at the time the response was created and with (3) we would be moving it to recomputing that at respondWith() time.  That would be consistent with recent changes to recompute mime type, though, instead of freezing on the response.

-- 
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/1146#issuecomment-767839019

Received on Tuesday, 26 January 2021 21:28:17 UTC