js-openclient icon indicating copy to clipboard operation
js-openclient copied to clipboard

just use require('http')?

Open grncdr opened this issue 11 years ago • 0 comments

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.

grncdr avatar Jan 24 '14 22:01 grncdr