#405 closed bug (fixed)
Aborting XMLHttpRequest is not possible
Reported by: | joern | Owned by: | |
---|---|---|---|
Priority: | major | Milestone: | |
Component: | ajax | Version: | |
Keywords: | Cc: | ||
Blocked by: | Blocking: |
Description
Currently it is not possible to manually abort an XMLHttpRequest started by $.ajax().
Note: See
TracTickets for help on using
tickets.
Fixed in SVN. $.ajax() now returns the XMLHttpRequest. Docs reflect this change.