Свойство responseXml
@JSName('responseXML')
Ответ запроса или null при ошибке.
Ответ обрабатывается как text/xml поток, если responseType = 'document', и запрос синхронный.
Реализация
@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;
© 2012 the Dart project authors
Licensed under the BSD 3-Clause "New" or "Revised" License.
https://api.dart.dev/stable/2.18.5/dart-html/HttpRequest/responseXml.html