mirror of
https://github.com/jquery/jquery.git
synced 2026-04-20 03:01:22 -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