Re: [whatwg/fetch] Add timeout option (#20)

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