responseXml property
- @JSName('responseXML')
The request response, or null on failure.
The response is processed as
text/xml
stream, unless responseType = 'document' and the request is
synchronous.
Implementation
@JSName('responseXML')
/**
* The request response, or null on failure.
*
* The response is processed as
* `text/xml` stream, unless responseType = 'document' and the request is
* synchronous.
*/
Document? get responseXml native;