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

+1 at what @domenic says here:
> It may help to rephrase the API as being about abort requests, not about forceful aborts. 

@wanderview in my opinion, `abort()` should try to abort everything.

IMHO, just keep `abort()` idempotent so if it resolves to anything and it first resolved with `true`, keep successive calls resolving with `true`.


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

Received on Wednesday, 12 April 2017 04:09:05 UTC