Opened 14 years ago
Closed 13 years ago
#2352 closed defect (fixed)
With IE XmlHttpRequest is not aborted on timeout
Reported by: | Owned by: | alex | |
---|---|---|---|
Priority: | high | Milestone: | 1.0 |
Component: | IO | Version: | 0.4.1 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
In the BrowserIO timeout code there is a check wether typeof tif.http.abort == "function" but in IE (at least version 6) typeof for the XHR abort returns "unknown". For this reason the abort() function is never called in IE when timeout occurs.
This is not critical since the user can abort the request in the timeout handler but it would be nice if the browsers acted in a similiar manner on this.
Change History (2)
comment:1 Changed 13 years ago by
Milestone: | → 1.0 |
---|---|
Status: | new → assigned |
comment:2 Changed 13 years ago by
Resolution: | → fixed |
---|---|
Status: | assigned → closed |
Note: See
TracTickets for help on using
tickets.
(In [10982]) fixes #2352