Javascript event bus with wildcard event listener support #6597
Unanswered
scramatte
asked this question in
Ideas & Feature Requests
Replies: 0 comments
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Uh oh!
There was an error while loading. Please reload this page.
-
Hello,
Would be nice to consider to migrate tiny-emitter to other lib that support wildcard listener. Such https://github.com/EventEmitter2
With wildcard listener for example , it will be possible to list to all fields change with only 1 listener using something like: Nova.$on('*-change', handleChange);
Regards
Beta Was this translation helpful? Give feedback.
All reactions