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

> I think it's the major benefit of the signal model 😢. If you want to know the outcome, that's what the observer is for.

Yes, but putting this on the *resolution of an `abort()` promise* is required to ensure the *atomicity* of this outcome. Even with mutexed synchronous getters, you can't tell if `abort()` beat the fetch's natural completion *between when you call it and when it reaches the network thread* using queries to an Observer, before *or* after.

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

Received on Sunday, 9 April 2017 13:24:26 UTC