]> source.dussan.org Git - jquery.git/commit
Never use the XML as parsed by the XHR instance. Use raw text instead and let the...
authorjaubourg <j@ubourg.net>
Mon, 21 Jan 2013 01:44:16 +0000 (02:44 +0100)
committerjaubourg <j@ubourg.net>
Mon, 21 Jan 2013 01:44:16 +0000 (02:44 +0100)
commitb83081ba644b70876a64b3abd7eb11109c1e7a1d
tree28cc16c5fb5fc835753eedc71819aa9f8f0fcbb7
parentdf47eb73f3d3829834137258acbd448a6a9d2440
Never use the XML as parsed by the XHR instance. Use raw text instead and let the ajax conversion logic do the trick. -20 min/gzipped. Fixes #13276. Unit test added.
src/ajax/xhr.js
test/unit/ajax.js