Hello,
i would like to have a timeout option for Requests. If the Request does not finish correctly in that time, the current request should be cancelled and a new request should be send with the same data. I do this because i must be "sure" that the request finishes correctly and i saw here with my internet connection that from time to time it is possible that the request does not finish succesfully, i think it happens if for example the router looses connection for a few seconds ecc. If this happen then my application breaks.. So i extended the Request.JSON Class like this: http://mootools.net/shell/ZdAjJ/ ..it has to work only with "link: cancel". Now i would like to know what would be your best way of doing this, or do you2 have any suggestions for my code? Since Requests are little bit heavy and many thinks can happen i don't want to make any mistakes. What do you think?
