Re: [whatwg/fetch] Aborting a fetch (#27)

@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