Fixes #8146 by introducing the xhrFields option with is a map of fieldName/fieldValue...
authorjaubourg <j@ubourg.net>
Wed, 2 Feb 2011 20:16:26 +0000 (21:16 +0100)
committerjaubourg <j@ubourg.net>
Wed, 2 Feb 2011 20:16:26 +0000 (21:16 +0100)
commit5ef7ddc4c55f49cb7767bba99975f2c7ea5422d9
tree17fbbd7cf0ec1147af4e360a948d48f7047380b4
parente3cc440934fcb03bfeb10fb6281615409ad6f483
Fixes #8146 by introducing the xhrFields option with is a map of fieldName/fieldValue to set on the native xhr. Can be used to set withCredentials to true for cross-domain requests if needed.
src/ajax/xhr.js