responseText property
String
get
responseText
@AvailableInWorkers("window_and_worker_except_service")
The read-only XMLHttpRequest property
responseText
returns the text received from a server
following a request being sent.
Implementation
external String get responseText;