- From: Marc G. <notifications@github.com>
- Date: Thu, 25 Feb 2021 04:00:42 -0800
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 25 February 2021 12:00:55 UTC
What's annoying is non-parity with XHR: `fetch` will call the signal's abort handler even if the request has been completed—XHR, as expected, doesn't. After the completion the function should become a no-op. -- 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/20#issuecomment-785844406
Received on Thursday, 25 February 2021 12:00:55 UTC