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

Note, we had to revert this change due to a web compat issue.  It broke a large site that was using `new Response()` with a relative Location header.  They expected it to be resolved to an absolute location at `respondWith()` time.

Is it possible to support this expectation?  If not we will need to do a more careful deprecation and its unclear right now if we will be able to achieve.

-- 
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-822485662

Received on Monday, 19 April 2021 13:55:22 UTC