- From: Jake Archibald <notifications@github.com>
- Date: Fri, 12 Aug 2016 02:50:52 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
Received on Friday, 12 August 2016 09:51:28 UTC
@lgdexter If request aborting is essential to your project, XHR can do it. You can abort responses in fetch using `response.body.cancel()`. -- 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/27#issuecomment-239406555
Received on Friday, 12 August 2016 09:51:28 UTC