node-XMLHttpRequest
node-XMLHttpRequest copied to clipboard
XMLHttpRequest for node.js
I'm working on universal JavaScript, that is, running the same JavaScript on the browser and the server for pre-rendering server side applications and on client applications it's normal to do...
Howdy! Wanted to start off by saying thanks for the hard work on the lib! I noticed that the `setDisableHeaderCheck` pseudo-setter wasn't documented anywhere in the readme. This setting was...
Hello every one, i have a c# class, when we compile it will generate a javascript code using saltarelle dlls(Saltarelle.jQuery, Saltarelle.Linq, saltarelle.QUnit, Saltarelle.web) Now i need some code in javascript...
I would like to make an HTTPS call in a Safari worker, but it throws the following CORS exception? "XMLHttpRequest cannot load xxxx Origin localhost is not allowed by Access-Control-Allow-Origin."...
Per spec headers should be case-insensitive as should any functions that access them. getRequestHeader currently assumes a case match. Consider rewriting all response header related code to use a string...
Hi, as described in the [XMLHttpRequest 1](http://www.w3.org/TR/XMLHttpRequest/#interface-xmlhttprequest) and [XMLHttpRequest 2](https://xhr.spec.whatwg.org/#interface-xmlhttprequest) specifications the `INSENT`, `OPEN`, `HEADERS_RECEIVED`, `LOADING` and `DONE` constants MUST BE const. This implies we should be able to access...
For some reason the current version in package.json is 1.5.1. there's no such tag, and no such version on npm.
When having code that is shared with the browser, it would be great if we could have a browser specific entry point that just returned the `window.XMLHttpRequest` object. Both browserify...
I tried making a sync request via jQuery through node-XMLHttpRequest. It threw a not-all-that-obvious error. I traced through the code, and found it was due to jQuery calling xhr.getAllResponseHeaders(). It...