We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 554280a commit 86ff70eCopy full SHA for 86ff70e
README.md
@@ -51,7 +51,5 @@ page](https://github.com/driverdan/node-XMLHttpRequest/issues).
51
* Synchronous requests don't set headers properly
52
* Synchronous requests freeze node while waiting for response (But that's what you want, right? Stick with async!).
53
* Some events are missing, such as abort
54
-* getRequestHeader is case-sensitive
55
* Cookies aren't persisted between requests
56
* Missing XML support
57
-* Missing basic auth
package.json
@@ -1,7 +1,7 @@
1
{
2
"name": "xmlhttprequest",
3
"description": "XMLHttpRequest for Node",
4
- "version": "1.7.0",
+ "version": "1.8.0",
5
"author": {
6
"name": "Dan DeFelippi",
7
"url": "http://driverdan.com"
0 commit comments