Side navigation
#11778 closed bug (fixed)
Opened May 16, 2012 09:03PM UTC
Closed May 16, 2012 09:49PM UTC
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.