I would like to specify a timeout for TTFB (time to first byte).
Spec (https://xhr.spec.whatwg.org/#event-xhr-timeout) says "The author specified timeout has passed before the fetch completed.", which is not what I want.
Use case; I can possibly send media from the server, so the response can take arbitrarily long to get back.
But getting nothing back is an error condition that means I'd like to retry the request.
How?
References on timeout/ontimeout: https://stackoverflow.com/a/4958782/63621 https://fetch.spec.whatwg.org/#concept-network-error