Re: [whatwg/dom] AbortSignal consumers can potentialy emit abort event on it (#784)

> Browsers don't even use this behavior

Browsers don't use `.then()` all the time either, iirc, so I'm not sure why the comparison with promises doesn't hold.

And reusing existing patterns is primarily done to avoid introducing new categories of bugs and design issues. If there's a better way to do something, it'll get popular and eventually adopted (see promises), but thus far that hasn't happened for events.

-- 
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/issues/784#issuecomment-570132476

Received on Thursday, 2 January 2020 07:10:47 UTC