node-promise
node-promise copied to clipboard
Promise utilities for Node
How do I install node-promise?
Finding out if a promise is already resolved or rejected does not seem to be possible right now, or at least in an unintuitive way. Therefore three methods where added...
I added a newline before one of the code blocks to fix the markdown output.
neat library Kris. this commit fixes a bug I encountered when using promise call. the args I expected to be applied were not. ie. call("someMethod", arg1, arg2) was invoking someMethod...
add example
This project seriously needs some better documentation. I can hardly figure out how to do more than just the basic things. Please list the methods that promises objects have, as...
All don't reflect progress of it's content promises. All return a promise, not a deferred, thus we are unable to call progress on it.
There is an uncaughtException being thrown when using `allOrNone`. I have tried to create a simplified repro of the issue with no success. Maybe this is a bug in the...
Due to a bug in v8, calling Object.freeze corrupts the global null object. More info: http://groups.google.com/group/nodejs/browse_thread/thread/e205dabc5fcb773e/f578d85ba5da478c