Closed
Description
Issue type
Feature request
Description of new feature
In addition to a space-separated string, it would be nice to accept an array of strings for events
in listener functions like eles.emit(events)
.
Motivation for new feature
- Performance
- Useful for internal use (e.g.
tapselect
andtapunselect
events #1977)