Re: [fetch] Add timeout option (#20)

@pornel I agree with your example, we need to be able to pass a timeout as part of the options and then the error passed to the rejected promise should tell us that the timeout was exceeded.

Would also be useful to be able to timeout, do something to handle timeout condition and then if the response eventually comes back to be able to resume  (kinda like when you regain a connection perhaps). Not sure if this is asking a bit to much from fetch API though.

---
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/fetch/issues/20#issuecomment-136460724

Received on Monday, 31 August 2015 18:44:09 UTC