Bug Tracker

Changes between Initial Version and Version 1 of Ticket #9867, comment 1


Ignore:
Timestamp:
Jul 20, 2011, 2:38:02 AM (12 years ago)
Author:
ajpiano
Comment:

Legend:

Unmodified
Added
Removed
Modified
  • Ticket #9867, comment 1

    initial v1  
    33Is 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?
    44
    5 For what it's worth, I can't see how adding a timeout into Deffered.resolveWith is a particularly wise idea.
     5For 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.