Open nikhilaravi opened 8 years ago
Like it! Should we implement it in https://github.com/besarthoxhaj/phoenix/issues/14?
@besarthoxhaj do you think it is necessary? Can you think of any situations in which we might have a problem with the request taking too long and having to abort it?
@nikhilaravi it happened sometimes when requesting a new deck. We always solved the problem by refreshing the app, now we can implement this solution.
May want to reject the fetch promise automatically after a certain time elapsed.
Possible solution from https://github.com/whatwg/fetch/issues/179
Not sure if this will be a problem for us - @besarthoxhaj what do you think?