responseXML
The XMLHttpRequest.responseXML
read-only property returns a Document containing the HTML or XML retrieved by the request; or null
if the request was unsuccessful, has not yet been sent, or if the data can't be parsed as XML or HTML.