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
Similar to action() and message(), I would like to be able to give a regular expression or other type of wildcard to event() so that I can send all (or a subset of events) events to a single function for processing.
What type of issue is this? (place an x in one of the [ ])
bug
enhancement (feature request)
question
documentation related
testing related
discussion
Requirements (place an x in each of the [ ])
I've read and understood the Contributing guidelines and have done my best effort to follow them.
Description
Similar to
action()
andmessage()
, I would like to be able to give a regular expression or other type of wildcard toevent()
so that I can send all (or a subset of events) events to a single function for processing.What type of issue is this? (place an
x
in one of the[ ]
)Requirements (place an
x
in each of the[ ]
)The text was updated successfully, but these errors were encountered: