mirror of
https://github.com/jquery/jquery.git
synced 2024-11-23 02:54:22 +00:00
01c360f963
When xhr.send throws an exception synchronously, the onerror handler may have been called already which, unchecked, makes the exception bubble up outside of jQuery.ajax. We now catch the exception pre-emptively and only rethrow if we know it hasn't already been notified through the onerror handler. Fixes #14683 |
||
---|---|---|
.. | ||
var | ||
jsonp.js | ||
load.js | ||
parseJSON.js | ||
parseXML.js | ||
script.js | ||
xhr.js |