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

setDisableHeaderCheck not documented #122

Open DrewML opened 8 years ago

DrewML commented 8 years ago

Howdy!

Wanted to start off by saying thanks for the hard work on the lib!

I noticed that the setDisableHeaderCheck pseudo-setter wasn't documented anywhere in the readme. This setting was pretty critical for me to be able to get the API client I'm working on running (works in Browser and node.js, but the API unfortunately only supports auth through a cookie).

Would you be open to a PR adding the documentation, or is it purposely excluded due to it's behavior being non spec-compliant?