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
```identifier``` can either be a specific event name as ```String``` or a pattern of event names as ```RegExp``` which gives you almost endless flexibitlity.
45
+
```identifier``` can either be a specific event name as ```String```, a pattern of event names as ```RegExp``` or an ```array``` of both which gives you almost endless flexibitlity.
```identifier``` can, again, either be a specific event name as ```String``` or a pattern of event names as ```RegExp```. Just keep in mind that unsubscribing from a specific event name will never unsubscribe a RegExp-listener and vice versa.
55
+
```identifier``` can, again, either be a specific event name as ```String```, a pattern of event names as ```RegExp``` or an ```array``` of both. Just keep in mind that unsubscribing from a specific event name will never unsubscribe a RegExp-listener and vice versa.
0 commit comments