[Webkit-unassigned] [Bug 164542] [Fetch API] What would be a good timeout value?

bugzilla-daemon at webkit.org bugzilla-daemon at webkit.org
Wed Nov 9 12:25:27 PST 2016


https://bugs.webkit.org/show_bug.cgi?id=164542

--- Comment #3 from youenn fablet <youennf at gmail.com> ---
(In reply to comment #2)
> Is it even right for async XHR to have a 60 second timeout be default? Is
> that in the spec, and/or do other browsers have such a default timeout?

The spec does not say anything about it.
That is the reason of the whatwg issue I filed.

The specific issue about fetch is that you cannot cancel it until you got the promise resolved, which means until the HTTP response headers are received.

-- 
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20161109/2559ac6d/attachment.html>


More information about the webkit-unassigned mailing list