mirror of
https://github.com/LadybirdBrowser/ladybird.git
synced 2025-09-29 04:39:10 +00:00
LibWeb: Add XMLHttpRequest Document response type
This commit is contained in:
parent
b8f8b22aa5
commit
222cc29c5c
Notes:
sideshowbarker
2024-07-17 08:55:54 +09:00
Author: https://github.com/bplaat
Commit: 222cc29c5c
Pull-request: https://github.com/SerenityOS/serenity/pull/21035
Reviewed-by: https://github.com/kalenikaliaksandr ✅
Reviewed-by: https://github.com/kemzeb
7 changed files with 122 additions and 12 deletions
|
@ -29,6 +29,7 @@ interface XMLHttpRequest : XMLHttpRequestEventTarget {
|
|||
readonly attribute unsigned short status;
|
||||
readonly attribute ByteString statusText;
|
||||
readonly attribute DOMString responseText;
|
||||
readonly attribute Document? responseXML;
|
||||
readonly attribute any response;
|
||||
attribute XMLHttpRequestResponseType responseType;
|
||||
attribute unsigned long timeout;
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue