jquery/src/ajax
jaubourg 01c360f963 Ajax: Protect against exceptions thrown synchronously by xhr.send
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
2014-01-29 14:18:58 +01:00
..
var No ticket. Restore checking individual src/**/*.js files by jsHint. 2013-09-06 20:31:18 +02:00
jsonp.js AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. 2013-08-15 14:15:49 -04:00
load.js Move parsing methods to their own files (separates manipulation dependency from core) 2013-09-08 21:05:07 -04:00
parseJSON.js Fix #14492: More correct jQuery.parseJSON. Close gh-1419. 2013-11-12 00:13:08 -05:00
parseXML.js No ticket: fix code style inconsistencies. Closes gh-1361 2013-09-13 01:04:29 +04:00
script.js AMD-ify jQuery sourcegit s! Woo! Fixes #14113, #14163. 2013-08-15 14:15:49 -04:00
xhr.js Ajax: Protect against exceptions thrown synchronously by xhr.send 2014-01-29 14:18:58 +01:00