Bug 94461
Summary: | [XHR2] Implement timeout property and ontimeout event | ||
---|---|---|---|
Product: | WebKit | Reporter: | Dominik Röttsches (drott) <d-r> |
Component: | DOM | Assignee: | Nobody <webkit-unassigned> |
Status: | RESOLVED DUPLICATE | ||
Severity: | Normal | CC: | ap, kenneth, ojan, rakuco, s.choi, syoichi |
Priority: | P2 | ||
Version: | 528+ (Nightly build) | ||
Hardware: | Unspecified | ||
OS: | Unspecified |
Dominik Röttsches (drott)
The XHR2 spec defines the property timeout and a timeout error:
http://www.w3.org/TR/XMLHttpRequest/#timeout-error
We should add this to WebKit's XHR implementation.
Attachments | ||
---|---|---|
Add attachment proposed patch, testcase, etc. |
Ojan Vafai
Better to use the dev version of the spec since it's been updated much more recently: http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-timeout-attribute.
Dominik Röttsches (drott)
(In reply to comment #1)
> Better to use the dev version of the spec since it's been updated much more recently: http://dvcs.w3.org/hg/xhr/raw-file/tip/Overview.html#the-timeout-attribute.
Thanks, yes, will adhere to that one.
Syoichi Tsuyuhara
Bug 74802 – Add timeout support to XMLHttpRequest
https://bugs.webkit.org/show_bug.cgi?id=74802
Alexey Proskuryakov
*** This bug has been marked as a duplicate of bug 74802 ***
Lucas Forschler
Mass move bugs into the DOM component.