- makes the API more symmetrical: we already have an
EventEmitter#on() alias for EventEmitter#addListener()
- Wolfy87/EventEmitter has #off()
- Backbone.js has #off()
- this seems to be a fairly common pattern of convenience elsewhere in the ecosystem
Is this the sort of thing you'd welcome a PR for? Or is this not something you're interested having in core?