Fixes #8219. Introduces the mimeType option to override content-type header in conver...
authorjaubourg <j@ubourg.net>
Wed, 9 Feb 2011 16:47:33 +0000 (17:47 +0100)
committerjaubourg <j@ubourg.net>
Wed, 9 Feb 2011 16:47:33 +0000 (17:47 +0100)
commitf6e173437e9f94cd4e713e556c6fc8ca68be8384
tree8abefe24d3d21fd6e15d90a89456cadf2967ff3c
parent806d9ce8111128c4f30c6559c325f8a4ad1018a3
Fixes #8219. Introduces the mimeType option to override content-type header in conversion (and in native xhr when possible). Adds companion overrideMimeType method on jqXHR object (it simply sets the option). Unit test added.
src/ajax.js
src/ajax/xhr.js
test/unit/ajax.js