browserify / http-browserify

node's http module, but for the browser
MIT License
244 stars 110 forks source link

Make it possible to pass arguments to the xhr object #52

Open MaxGfeller opened 10 years ago

MaxGfeller commented 10 years ago

With Firefox it is possible to pass additional arguments to XMLHttpRequest (e.g. to enable systemXHR under Firefox OS).

These parameters are explained here.

This change makes it possible to specify arguments to XMLHttpRequest by setting params.xhrParams.