v0.35.0
Minor Changes
- 9465c47: -
addListener()
: Allow for null | undefined targets. If that's the case, no events will be added and the return callback will be a simplenoop
.- Created new
noop()
helper, it literally does nothing.
- Created new
addListener()
: Allow for null | undefined targets. If that's the case, no events will be added and the return callback will be a simple noop
.
noop()
helper, it literally does nothing.