]> source.dussan.org Git - jquery.git/commit
Ajax: Execute JSONP error script responses
authorDallas Fraser <dallas.fraser.waterloo@gmail.com>
Tue, 25 Aug 2020 19:41:06 +0000 (15:41 -0400)
committerGitHub <noreply@github.com>
Tue, 25 Aug 2020 19:41:06 +0000 (21:41 +0200)
commita1e619b03a557b47c3e26a5e74af12b63a0d5e73
tree65175107663fb32b2be82f94599f3af57d8708fe
parent07a8e4a177550025c1a08d7ac754839733943f55
Ajax: Execute JSONP error script responses

Issue gh-4379 was meant to be a bug fix but the JSONP case is a bit special:
under the hood it's a script but it simulates JSON responses in an environment
without a CORS setup and sending JSON payloads on error responses is quite
typical there.

This commit makes JSONP error responses still execute the payload. The regular
script error responses continue to be skipped.

Fixes gh-4771
Closes gh-4773
src/ajax.js
test/unit/ajax.js