On this page
response property
Object responseThe data received as a reponse from the request.
The data could be in the form of a String, ByteBuffer, Document, Blob, or json (also a String). null
indicates request failure.
Source
@DomName('XMLHttpRequest.response')
@DocsEditable()
@SupportedBrowser(SupportedBrowser.CHROME)
@SupportedBrowser(SupportedBrowser.FIREFOX)
@SupportedBrowser(SupportedBrowser.IE, '10')
@SupportedBrowser(SupportedBrowser.SAFARI)
Object get response => _convertNativeToDart_XHR_Response(
_blink.BlinkXMLHttpRequest.instance.response_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/response.html