You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
I have started passing the event name into the listener by default as __eventName.
Another route we can go with this is to allow full regex on listeners. It would probably be easier to implement, but much more complicated to use - not sure if the majority of use cases need that much flexibility.
This would allow you to listen on a.* which would fire on a.b or a.c.
addEventListener("#", listener) would listen on all events.
Need to consider if this means we need to pass event name into the listener by default...
The text was updated successfully, but these errors were encountered: