Opened 15 years ago
Closed 14 years ago
#175 closed enhancement (wontfix)
Support retrying bind calls
Reported by: | david | Owned by: | alex |
---|---|---|---|
Priority: | high | Milestone: | 0.9 |
Component: | IO | Version: | 0.1 |
Keywords: | bind | Cc: | |
Blocked By: | Blocking: |
Description
Allow people to specify the number of retries a bind call can make in case there's a network error. Something like:
dojo.io.bind({ url: "foo", attempts: 3, load: function(...) {...}, error: function() { alert("I tried to submit 3 times, but it didn't work"); } });
Success would be defined at the HTTP level (any request that fires the "load" handler is a success).
Change History (2)
comment:1 Changed 15 years ago by
Component: | General → IO |
---|---|
Milestone: | → 0.5 |
Owner: | changed from anonymous to alex |
comment:2 Changed 14 years ago by
Resolution: | → wontfix |
---|---|
Status: | new → closed |
Note: See
TracTickets for help on using
tickets.
no one else has ever asked for this. Wontfix.