Document responseXml

The request response, or null on failure.

The response is processed as text/xml stream, unless responseType = 'document' and the request is synchronous.

Source

@DomName('XMLHttpRequest.responseXML')
@DocsEditable()
Document get responseXml =>
    _blink.BlinkXMLHttpRequest.instance.responseXML_Getter_(this);