Opened 15 years ago
Closed 14 years ago
#514 closed defect (fixed)
dojo.io.bind() not using timeoutSeconds/onTimeout for all applicable transports
Reported by: | James Burke | Owned by: | James Burke |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | General | Version: | 0.2 |
Keywords: | Cc: | ||
Blocked By: | Blocking: |
Description
For the ScriptSrcTransport?, a timeoutSeconds and onTimeout properties were added to dojo.io.Request to allow timing out of an io request. However, right now only ScriptSrcTransport? uses them. XMLHTTPTransport and possibly IframeTransport? could also use these values to provide timeout support.
Change History (5)
comment:1 Changed 15 years ago by
Owner: | changed from anonymous to James Burke |
---|
comment:2 Changed 15 years ago by
Milestone: | 0.3release → 0.4 |
---|
Punting to 0.4 since there are other bugs with iframeio (namely that text/plain and text/html don't work), and those bugs weren't slated for 0.3 release.
comment:4 Changed 14 years ago by
Milestone: | 0.4.1 → 0.5 |
---|
Note: See
TracTickets for help on using
tickets.
Just added timeout support for XMLHTTPTransport. Should be in the nightly builds starting March 18. Still looking at how best to do it for IframeTransport?.