primus / eventemitter3

EventEmitter3 - Because there's also a number 2. And we're faster.

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

No wild card support

naheller opened this issue · comments

Unlike eventemitter2, this project does not appear to support wild cards.

Example:
EE.on('event.*', emitted, context);

That is correct, it doesn't have the features that EE2 provides, just whatever is listed in the README and the performance boost that comes with it.