promisejs icon indicating copy to clipboard operation
promisejs copied to clipboard

Lightweight javascript implementation of promises.

Results 8 promisejs issues
Sort by recently updated
recently updated
newest added

… promise configuration object I've added a test, updated the README and implemented the solution. I used this to be able to set the `withCredentials` property (the one used in...

Instead of encoding data, if content type is application/json then data will be send as stringify JSON data.

Very useful plugin. Thank you! Why not publishing it to NPM repo and simplify its usage as a node package dependency? Greetings!

Can you add a Bower Support for that?

It will be then easier to install it. thank you for writing this library

I use this library to perform my AJAX calls and I've noticed that on MSIE 9, some AJAX (not all) would get aborted by the browser for no reason. I've...