would you be interested in a PR that replaces the Faux-XHR wrapper with plain old require('http'). Given that this module already relies on CommonJS requires, using the core node http library and browserify would be a shorter path to getting it working everywhere, not to mention leaving less code to maintain.
would you be interested in a PR that replaces the Faux-XHR wrapper with plain old
require('http'). Given that this module already relies on CommonJS requires, using the core node http library and browserify would be a shorter path to getting it working everywhere, not to mention leaving less code to maintain.