- From: Anne van Kesteren <notifications@github.com>
- Date: Sun, 06 Aug 2017 01:54:25 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Sunday, 6 August 2017 08:54:47 UTC
Certainly XMLHttpRequest branches on the termination reason: https://xhr.spec.whatwg.org/#handle-errors. It seems that `fetch()` currently doesn't define this at all though. I left that out because we hadn't really decided what the story was going to be for this class of "errors" and also for what should happen when an `iframe` element gets removed or the user terminates fetching through UI or some such. Unfortunately I also forgot about it while reviewing and working on this. -- 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/523#issuecomment-320494347
Received on Sunday, 6 August 2017 08:54:47 UTC