Protected
True if the request has failed
True if the request has succeeded
HTTP status code.
The resolved value of the fetch request
true if the request throws an exception or if the request.status is >= 400
true if the request has finished
true if the fetch request is in progress
Alias for isLoading
Alias for isFinished
which is in turn an alias for isResolved || isRejected
Generated using TypeDoc
If an exception was thrown while making the request, the error thrown will be here.