- From: Rob Wu <notifications@github.com>
- Date: Wed, 05 Jul 2017 22:43:21 +0000 (UTC)
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Wednesday, 5 July 2017 22:43:54 UTC
@optimalisatie The concept of cancelling via the response body has been suggested before, at https://github.com/whatwg/fetch/issues/27#issuecomment-86981339 That is however *not* the same as canceling a request. If the server takes a while to respond (or time out), then there is no way to cancel the request. The suggestion is a good fallback for a polyfill to approximate the desired functionality, but by no means a satisfactory way to cancel a fetch *request*. -- 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/447#issuecomment-313246922
Received on Wednesday, 5 July 2017 22:43:54 UTC