Notifications: More Generic events #151
Labels
kind/support
A question or request for support
P3
Low: Not priority right now
status/ready
Ready to be worked
Hey @diasdavid and the IPFS team, I'm building something that requires getting a notification from
bitswap._notification
and noticed that it doesn't have more generic events, events are triggered with a string that includes theblock.cid
usually. so creating a listener that listens to allblock:*
isn't that straightforward.What if instead of using something like
eventemitter2
that adds wildcard and other functionalities , we can just trigger a more generic event like soWhat do you think?? Is this something you'd be interested in adding or not?
The text was updated successfully, but these errors were encountered: