These edits adds the js-signals .active functionality to mini-signals by adding an active property to the MiniSignal and MiniSignalBinding classes, which solves this issue https://github.com/Hypercubed/mini-signals/issues/9.
Also adding another improvement to the library which is the execute function which is a variadic function, instead of expecting an array of arguments as implemented in js-signals.
These edits adds the js-signals
.active
functionality to mini-signals by adding anactive
property to theMiniSignal
andMiniSignalBinding
classes, which solves this issue https://github.com/Hypercubed/mini-signals/issues/9.Also adding another improvement to the library which is the
execute
function which is a variadic function, instead of expecting an array of arguments as implemented in js-signals.