- From: Domenic Denicola <notifications@github.com>
- Date: Thu, 14 Dec 2017 08:46:05 -0800
- To: whatwg/dom <dom@noreply.github.com>
- Cc: Subscribed <subscribed@noreply.github.com>
Received on Thursday, 14 December 2017 16:46:45 UTC
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