reqwest icon indicating copy to clipboard operation
reqwest copied to clipboard

browser asynchronous http requests

Results 100 reqwest issues
Sort by recently updated
recently updated
newest added

Only the client data is passed back to the caller via the success handler. Client may well need the status for some HTTP Methods like POST or DELETE requests where...

``` js var a = b.then(function () { return c; }); ``` `a` should become a promise for the value `c`. I believe this is [defined in the Promises/A+ spec](http://promises-aplus.github.io/promises-spec/)....

I'm getting this error everytime i run my webpack bundle. I've installed reqwest via npm `Module not found: Error: Cannot resolve module 'xhr2' in c:\Users\xxx\Git\xxx\node_modules\reqwest`

That way we can save a lot of space installing the package, because right now it's including things like phantomjs. More here: https://docs.npmjs.com/files/package.json#files

in Safari, typeof FormData returns "object" instead of "function"

Right now, the `error()` function just gets the `XMLHttpRequest` object (contrary to what the docs suggest). It would be great if the first argument would be an error object containing...

``` js reqwest({ url: 'http://foo.bar/baz' }); ``` This promise will be rejected. The exception in this rejected promise will not be logged to the console. Other promise libraries provide a...

I am trying to make a CORS request and have it working in IE8/9. I get the error : ``` SCRIPT5: Access is denied. ``` The error occurs in the...

Using bower to include reqwest as a dependency while having to download an insanely huge platform-specific phantom.js binary is to say the least a bit strange.