Changes between Initial Version and Version 1 of Ticket #9867, comment 1
- Timestamp:
- Jul 20, 2011, 2:38:02 AM (12 years ago)
Legend:
- Unmodified
- Added
- Removed
- Modified
-
Ticket #9867, comment 1
initial v1 3 3 Is there a real world use case or implementation of this that you can point to, or can you describe in more detail what you imagine the repercussions on the jQuery API would look like? 4 4 5 For what it's worth, I can't see how adding a timeout into Deffered.resolveWith is a particularly wise idea. 5 For what it's worth, I can't see how adding a timeout into Deffered.resolveWith is a particularly wise idea. You should use Deferreds to manage the asynchronous behaviour of the timeouts, not expect the creation of Deferreds to create the timeouts for you.