statusText property
String
get
statusText
The statusText
read-only property of the Response interface
contains the status message corresponding to the HTTP status code in
Response.status.
For example, this would be OK
for a status code 200
, Continue
for
100
, Not Found
for 404
.
Implementation
external String get statusText;