#321 closed bug (wontfix)
getScript doesn't handle "file not found" errors
Reported by: | 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).
Change History (3)
comment:1 Changed 16 years ago by
comment:2 Changed 16 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
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?