mirror of
https://github.com/jquery/jquery.git
synced 2026-05-13 03:00:12 -04:00
The script transport used to evaluate fetched script sources which is undesirable for unsuccessful HTTP responses. This is different to other data types where such a convention was fine (e.g. in case of JSON). Fixes gh-4250 Closes gh-4379