driverdan / node-XMLHttpRequest

XMLHttpRequest for node.js
http://thedanexperiment.com/2009/10/04/emulating-xmlhttprequest-in-node-js/
MIT License
416 stars 299 forks source link

Changed XMLHttpRequest #172

Open ghost opened 5 years ago

ghost commented 5 years ago

Moved variables out of the class scope, which should be a small optimization when you construct an XMLHttpRequest object.