Re: [whatwg/fetch] Remove location URL as field on responses (#1149)

It seems you could do a `fetch()` and assert it throws a TypeError, with a service worker intercepting it and returning a synthetic "faulty" redirect response (i.e., where `Location` is not an absolute URL, but everything else is in order)? (`iframe` not firing a `load` event for network errors is a known interop issue. Chrome's behavior there is being standardized upon.)

-- 
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/1149#issuecomment-771439749

Received on Tuesday, 2 February 2021 07:49:26 UTC