Re: [whatwg/fetch] Add option to reject the fetch promise automatically after a certain time elapsed (with no API for arbitrary aborts) (#179)

Does the caller need to be able to distinguish between cancelation and timing out? `XMLHttpRequest` provides that distinction, but something like [`AbortSignal.timeout(ms)`](https://github.com/whatwg/fetch/issues/951#issuecomment-541369940) would not.

-- 
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/179#issuecomment-541534749

Received on Monday, 14 October 2019 07:43:32 UTC