cujojs / when

A solid, fast Promises/A+ and when() implementation, plus other async goodies.
Other
3.44k stars 396 forks source link

Add global window and process events for unhandled rejections #422

Closed briancavalier closed 9 years ago

briancavalier commented 9 years ago

Docs and unit tests included.

This doesn't change the existing onPotentiallyUnhandledRejection behavior. It simply augments it when in a node/iojs env by emitting unhandledRejection and rejectionHandled process events.

Close #419