Side navigation
#321 closed bug (wontfix)
Opened October 28, 2006 06:22PM UTC
Closed November 11, 2006 01:14PM UTC
Last modified July 24, 2013 06:14PM UTC
getScript doesn't handle "file not found" errors
Reported by: | choan.galvez@gmail.c | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ajax | Version: | |
Keywords: | getscript 404 | Cc: | |
Blocked by: | Blocking: |
Description
getScript doesn't handle "file not found" errors, so when a script is not found, it tries to eval
the 404 file (HTML).
So far there is almost no error handling in the jQuery core. I'm not sure if jQuery should handle this.
If it should: What is the best way to detect a 404 error?