aboutsummaryrefslogtreecommitdiffstats
path: root/src/ajax/xhr.js
Commit message (Expand)AuthorAgeFilesLines
* Moved jQuery.ajax.prefilter and jQuery.ajax.transport to jQuery.ajaxPrefilter...jaubourg2011-01-131-1/+1
* Removed xhr pooling since failing cross-domain requests leaves the xhr object...jaubourg2011-01-131-18/+9
* Reworked script and xhr abort logic to take advantage of the fact jXHR.abort ...jaubourg2011-01-131-37/+28
* Moved unload abort code so that the event is only bound if the xhr transport ...jaubourg2011-01-091-16/+21
* Fixes #7868. ResponseText is now properly propagated for error callbacks.jaubourg2011-01-091-9/+7
* Added a simple cache for xhr objects in the xhr transport.jaubourg2011-01-091-1/+8
* Renamed src/transports to src/ajax (in case we need prefilters in the future ...jaubourg2011-01-061-0/+191