Re: [whatwg/fetch] Aborting a fetch: The Next Generation (#447)

I guess maybe I'm having problems reasoning here because we're really talking about aborting two things:

1. The network request and the resulting transfer of the headers+body.
2. The consumption of the body content.

If (1) has completed, should the `FetchController.abort()` method also abort the streamed consumption of the body?  My gut reaction playing with the API was that it should.

-- 
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-293263806

Received on Tuesday, 11 April 2017 13:33:00 UTC