Implement responseXML API and document response type for XHR

This commit is contained in:
Jitendra Jain 2015-12-04 22:43:45 -05:00
parent f4aa5b42ea
commit 88e6504e0a
17 changed files with 166 additions and 106 deletions

View file

@ -72,5 +72,6 @@ interface XMLHttpRequest : XMLHttpRequestEventTarget {
readonly attribute any response;
[Throws]
readonly attribute DOMString responseText;
[Throws]
/*[Exposed=Window]*/ readonly attribute Document? responseXML;
};