- From: Ben Kelly <notifications@github.com>
- Date: Tue, 11 Apr 2017 06:32:27 -0700
- To: whatwg/fetch <fetch@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Tuesday, 11 April 2017 13:33:00 UTC
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