safe-event-emitter
kumavis
js deprecated
An `EventEmitter` that isolates the emitter from errors in handlers. If an error is thrown in a handler it is caught and re-thrown inside of a `setTimeout` so as to not interupt the emitter's code flow.
Version 1.0.1 License ISC
INSTALL