Started to learn Node.js, it seems like sometimes addListener is used and sometimes addEventListener, are they completely same? Can I use any at any time?
addListener
addEventListener
No they aren't, and no, you can't.
What methods an API makes available will depend on the particular API.
I'm not aware of any that support addListener as an alias for addEventListener or vice versa.
2.1m questions
2.1m answers
60 comments
57.0k users