Bug 94461 - [XHR2] Implement timeout property and ontimeout event
Summary: [XHR2] Implement timeout property and ontimeout event
Status: RESOLVED DUPLICATE of bug 74802
Alias: None
Product: WebKit
Classification: Unclassified
Component: DOM (show other bugs)
Version: 528+ (Nightly build)
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2012-08-20 03:57 PDT by Dominik Röttsches (drott)
Modified: 2019-02-06 09:18 PST (History)
6 users (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Dominik Röttsches (drott) 2012-08-20 03:57:19 PDT
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.
Comment 1 Ojan Vafai 2012-08-20 10:28:21 PDT
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.
Comment 2 Dominik Röttsches (drott) 2012-08-20 12:26:48 PDT
(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.
Comment 3 Syoichi Tsuyuhara 2012-08-21 03:22:18 PDT
Bug 74802 – Add timeout support to XMLHttpRequest
https://bugs.webkit.org/show_bug.cgi?id=74802
Comment 4 Alexey Proskuryakov 2012-08-21 09:29:41 PDT

*** This bug has been marked as a duplicate of bug 74802 ***
Comment 5 Lucas Forschler 2019-02-06 09:18:28 PST
Mass move bugs into the DOM component.