responseXml property
Document responseXmlThe 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);
© 2012 the Dart project authors
Licensed under the Creative Commons Attribution-ShareAlike License v4.0.
https://api.dartlang.org/stable/1.24.3/dart-html/HttpRequest/responseXml.html