responseXml property

Document responseXml
@JSName('responseXML'), final

The request response, or null on failure.

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

Implementation

final Document responseXml