- From: Anne van Kesteren <notifications@github.com>
- Date: Mon, 01 Feb 2021 23:49:14 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 2 February 2021 07:49:26 UTC
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