AbstractAbstract ReadonlyerrorEmits the error if one is thrown by the request. Otherwise undefined
Abstract ReadonlyfailedEmits true if the request failed
Abstract ReadonlyloadingEmits true when the request is running
Abstract Readonlyrequest$The underlying request
Abstract ReadonlyresultThe result of the request, or undefined when unresolved
Abstract Readonlyresult$The result of the request
AbstractcancelCancel a running request
AbstractcatchPerform an action if the request fails
AbstractfinallyPerform an action when the request finishes (Error or Success)
Subscribe to the underlying request Observable
AbstractthenPerform actions when the request finishes
Action to perform on successful resolution
OptionalonError: (error: Error) => voidAction to perform on error
A class representing the state of a request