For promise objects, I can chain addCallback and addErrback, as these
return the promise object again, itself. Is there a reason that
similar use isn't possible with generic event emitters, and the
addListener function?
It doesn't really matter, but it seems like the code would be more
consistent if all of these callback registration functions behaved the
same.
Cheers,
Jacob Rus