mirror of
https://github.com/RGBCube/serenity
synced 2025-07-27 17:47:36 +00:00
LibWeb: Add XMLHttpRequest::timeout setter and getter
This commit is contained in:
parent
1e1d59cc25
commit
8b42c05648
3 changed files with 24 additions and 0 deletions
|
@ -25,6 +25,7 @@ interface XMLHttpRequest : XMLHttpRequestEventTarget {
|
|||
readonly attribute DOMString responseText;
|
||||
readonly attribute any response;
|
||||
attribute XMLHttpRequestResponseType responseType;
|
||||
attribute unsigned long timeout;
|
||||
|
||||
undefined open(DOMString method, DOMString url);
|
||||
undefined open(ByteString method, USVString url, boolean async, optional USVString? username = {}, optional USVString? password = {});
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue