[whatwg/xhr] Relationship between XHR timeout and network timeout (#96)

XHR allows setting timeout.
There is probably interoperability when timeout is set.
It is unclear what happens when no timeout is set.

In WebKit, when timeout is set, the network IDLE timeout is disabled.
When no timeout is set, the default network IDLE timeout of 60 seconds may kick in.

Should there be a default XHR timeout value?

Related to fetch, no timeout mechanism is defined.
In WebKit, this would mean that the default network IDLE timeout of 60 seconds cannot be controlled by web developers.


-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/xhr/issues/96

Received on Friday, 28 October 2016 17:59:28 UTC