Properties
Readonly error
error
: BehaviorSubject<undefined | HttpError<ErrorT>> = ...Readonly errorJsonConverter
Readonly inflightReads
inflightReads: BehaviorSubject<number> = ...
Readonly inflightWrites
inflightWrites: BehaviorSubject<number> = ...
Static Readonly inflightReads
inflightReads: BehaviorSubject<number> = ...
Static Readonly inflightWrites
inflightWrites: BehaviorSubject<number> = ...
A RequestRewriter must be set (even if just the do-nothing ANONYMOUS rewriter) before a server can be contacted. (The Fetcher cannot make assumptions and default to an anonymous access attempt, since we do not want to spam requests to a server which requires login before the login rewriter is ready).