Re: [whatwg/dom] Improving ergonomics of events with Observable (#544)

Just to reiterate, I don't expect the primary way for people to use observables to subscribe to events to be promises. That is only when you want to convert into a promise-using ecosystem (e.g. service worker's `waitUntil`). Most of the time you'll just do e.g. `element.on("click").subscribe(e => e.preventDefault())`.

-- 
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/544#issuecomment-351767399

Received on Thursday, 14 December 2017 16:46:45 UTC