mirror of
https://github.com/servo/servo
synced 2026-04-30 19:37:43 +02:00
Implement responseXML API and document response type for XHR
This commit is contained in:
@@ -72,5 +72,6 @@ interface XMLHttpRequest : XMLHttpRequestEventTarget {
|
||||
readonly attribute any response;
|
||||
[Throws]
|
||||
readonly attribute DOMString responseText;
|
||||
[Throws]
|
||||
/*[Exposed=Window]*/ readonly attribute Document? responseXML;
|
||||
};
|
||||
|
||||
Reference in New Issue
Block a user