Options
All
  • Public
  • Public/Protected
  • All
Menu

Type parameters

  • D = unknown

Hierarchy

Index

Constructors

Properties

cache: default<Nullable<D>, string>

Storage to cache the resolved request

cacheTimeoutId?: number

Cache TTL identifier

canCache: boolean

True if the request can be cached

isReady: Promise<void>

Promise that resolves when the instance is already initialized

Request parameters

parent: default<unknown>

Link to a parent operation promise

pendingCache: default<RequestResponse<D> | ControllablePromise<RequestResponse<D>>, string> = ...

Storage to cache the request while it is pending a response

withoutBody: boolean

True if the request can provide parameters only as a query string

Accessors