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

For Node.js to accept (and implement) this, the `on()` method name must be changed, given that the Node.js `EventEmitter` class has `on()` as an alias for `addEventListener()`. People who program both for Node.js and for the web will just get more confused between the different behaviors on different platforms.

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

Received on Wednesday, 13 December 2017 18:14:13 UTC