mirror of
https://github.com/servo/servo.git
synced 2025-08-03 04:30:10 +01:00
Implement responseXML API and document response type for XHR
This commit is contained in:
parent
f4aa5b42ea
commit
88e6504e0a
17 changed files with 166 additions and 106 deletions
|
@ -72,5 +72,6 @@ interface XMLHttpRequest : XMLHttpRequestEventTarget {
|
|||
readonly attribute any response;
|
||||
[Throws]
|
||||
readonly attribute DOMString responseText;
|
||||
[Throws]
|
||||
/*[Exposed=Window]*/ readonly attribute Document? responseXML;
|
||||
};
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue