mpromise icon indicating copy to clipboard operation
mpromise copied to clipboard

Promises/A+ conformant implementation

Results 4 mpromise issues
Sort by recently updated
recently updated
newest added

If this package was made for mongoose@4 or earlier, I think this `npm` package should be deprecated with the release of mongoose@5 in favor of the native promises (the default...

https://developer.mozilla.org/en-US/docs/Web/JavaScript/Reference/Global_Objects/Promise/catch

Cross post of https://github.com/Automattic/mongoose/issues/2918 Hi, most promise libraries (Bluebird, When, Q, Native promises in io.js and so on) support unhandled rejection detection which greatly simplifies dealing with errors in promises....