Bug Tracker

Opened 11 years ago

Closed 11 years ago

#11778 closed bug (fixed)

Cached XHR requests should still resolve asynchronously

Reported by: scottgonzalez Owned by: jaubourg
Priority: low Milestone: 1.8
Component: ajax Version: 1.7.2
Keywords: Cc:
Blocked by: Blocking:

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 (2)

comment:1 Changed 11 years ago by jaubourg

Component: unfiledajax
Milestone: None1.8
Owner: set to jaubourg
Priority: undecidedlow
Status: newassigned

comment:2 Changed 11 years ago by jaubourg

Resolution: fixed
Status: assignedclosed
Note: See TracTickets for help on using tickets.