driverdan / node-XMLHttpRequest

XMLHttpRequest for node.js

Home Page:http://thedanexperiment.com/2009/10/04/emulating-xmlhttprequest-in-node-js/

Geek Repo:Geek Repo

Github PK Tool:Github PK Tool

NPM package does not match Github

weavst opened this issue · comments

There are several changes that are not updated in the npm version, including the bug fixes for "getRequestHeader" and the IPv6 issue.

Could you please publish the latest version of this package to npm?

I agree, the NPM package should be updated to match the repo. Until then, it looks like we'll have to use npm install https://github.com/driverdan/node-XMLHttpRequest/tarball/master instead.