Opened 13 years ago
Closed 9 years ago
#6848 closed defect (worksforme)
dojo.io.script should have a way to explicitly provide errors
Reported by: | guest | Owned by: | |
---|---|---|---|
Priority: | low | Milestone: | future |
Component: | Core | Version: | 1.1.1 |
Keywords: | Cc: | alex, [email protected]… | |
Blocked By: | Blocking: |
Description
(filed by alex on another's machine)
successful responses to dojo.io.script requests should be able to provide an explicit error callback
Change History (4)
comment:1 Changed 13 years ago by
comment:2 Changed 13 years ago by
Milestone: | 1.2 → future |
---|
comment:3 Changed 10 years ago by
Owner: | anonymous deleted |
---|
comment:4 Changed 9 years ago by
Priority: | high → low |
---|---|
Resolution: | → worksforme |
Status: | new → closed |
no response to jburke's question in 4 years. closing.
Note: See
TracTickets for help on using
tickets.
Is there more info on this? IIRC, dojo.io.script.get returns/uses Deferreds, so if the load callback returns an error object, that will that trigger the Deferred error path? Or is something else meant by this ticket?