A container which keeps track of a replaceable RequestState

Hierarchy (view full)

Constructors

Properties

Accessors

Methods

Constructors

Properties

error: Signal<undefined | Error> = ...

Emits an error if the current RequestState is in an error state

failed: Signal<boolean> = ...

Emits true if the current RequestState has failed

loading: Signal<boolean> = ...

Emits true if the current RequestState is loading

request: Signal<IRequestState>

The currently active RequestState

Accessors

Methods