index
:
jquery.git
1.12-stable
2.2-stable
3.6-stable
3.x-stable
broken-test
dependabot/github_actions/github-actions-0b02fec6e3
dependabot/github_actions/github-actions-66959c3ab9
dependabot/github_actions/github-actions-6951dec90a
dependabot/github_actions/github-actions-7574396d95
dependabot/github_actions/github-actions-f50e11107c
dependabot/npm_and_yarn/rollup-4.22.4
jtr-test
main
mgol-patch-1
jQuery JavaScript Library: https://github.com/jquery/jquery
www-data
about
summary
refs
log
tree
commit
diff
stats
log msg
author
committer
range
path:
root
/
src
/
ajax
/
xhr.js
Commit message (
Expand
)
Author
Age
Files
Lines
*
Reworks how values of parameters passed to error callbacks are determined. Fi...
jaubourg
2011-01-25
1
-6
/
+3
*
Apply JQuery Core Style Guidelines to ajax.js and ajax/*.js,
jaubourg
2011-01-23
1
-52
/
+42
*
Moves determineResponse logic into main ajax callback. Puts responseXXX field...
jaubourg
2011-01-20
1
-8
/
+7
*
Removes misleading comment.
jaubourg
2011-01-20
1
-1
/
+0
*
Renames determineDataType as determineResponse. Makes it more generic as a fi...
jaubourg
2011-01-20
1
-11
/
+12
*
Moves determineDataType into ajaxSettings so that it is accessible to transpo...
jaubourg
2011-01-19
1
-3
/
+2
*
Moved ajaxSettings.xhr definition together with support.ajax and support.cors...
jaubourg
2011-01-19
1
-129
/
+173
*
Moved jQuery.ajax.prefilter and jQuery.ajax.transport to jQuery.ajaxPrefilter...
jaubourg
2011-01-13
1
-1
/
+1
*
Removed xhr pooling since failing cross-domain requests leaves the xhr object...
jaubourg
2011-01-13
1
-18
/
+9
*
Reworked script and xhr abort logic to take advantage of the fact jXHR.abort ...
jaubourg
2011-01-13
1
-37
/
+28
*
Moved unload abort code so that the event is only bound if the xhr transport ...
jaubourg
2011-01-09
1
-16
/
+21
*
Fixes #7868. ResponseText is now properly propagated for error callbacks.
jaubourg
2011-01-09
1
-9
/
+7
*
Added a simple cache for xhr objects in the xhr transport.
jaubourg
2011-01-09
1
-1
/
+8
*
Renamed src/transports to src/ajax (in case we need prefilters in the future ...
jaubourg
2011-01-06
1
-0
/
+191