Re: [whatwg/dom] Define a 'CancellationController' and 'CancellationSignal' interface. (#434)

I was supportive of @jakearchibald getting something done specifically for fetch (since that's an established API which has been waiting on cancellation for years). But if we're going to go down the path of generalizing cancellation, I agree with @bterlson that a minimal, token-based approach in ECMAScript seems like the better route here for the long-term health of the ecosystem.

What I most want to avoid is producing _two_ general but incompatible cancellation primitives, one used by web APIs and one used in ES.

-- 
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/dom/pull/434#issuecomment-292618940

Received on Friday, 7 April 2017 18:41:08 UTC