Modify ↓
Ticket #405 (closed bug: fixed)
Aborting XMLHttpRequest is not possible
| Reported by: | joern | Owned by: | |
|---|---|---|---|
| Priority: | major | Milestone: | |
| Component: | ajax | Version: | |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
Currently it is not possible to manually abort an XMLHttpRequest started by $.ajax().
Change History
Please follow the bug reporting guidlines and use jsFiddle when providing test cases and demonstrations instead of pasting the code in the ticket.
Note: See
TracTickets for help on using
tickets.

Fixed in SVN. $.ajax() now returns the XMLHttpRequest. Docs reflect this change.