responseXML property
Document?
get
responseXML
Returns the response as document.
Throws an "InvalidStateError" DOMException if responseType is not the empty string or "document".
Implementation
_i3.Document? get responseXML => _i4.getProperty(
this,
'responseXML',
);