response property

JSAny? get response

@AvailableInWorkers("window_and_worker_except_service")

The XMLHttpRequest response property returns the response's body content as an ArrayBuffer, a Blob, a Document, a JavaScript Object, or a string, depending on the value of the request's XMLHttpRequest.responseType property.

Implementation

external JSAny? get response;