Modify ↓
Ticket #11778 (closed bug: fixed)
Cached XHR requests should still resolve asynchronously
| Reported by: | scott.gonzalez | Owned by: | jaubourg |
|---|---|---|---|
| Priority: | low | Milestone: | 1.8 |
| Component: | ajax | Version: | 1.7.2 |
| Keywords: | Cc: | ||
| Blocking: | Blocked by: |
Description
IE resolves cached XHR requests immediately, even if the XHR is supposed to be asynchronous. The xhr transport detects this and resolves the deferred immediately. We should really resolve this asynchronously for consistency.
Change History
comment:1 Changed 13 months ago by jaubourg
- Owner set to jaubourg
- Priority changed from undecided to low
- Status changed from new to assigned
- Component changed from unfiled to ajax
- Milestone changed from None to 1.8
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.
