Hierarchy

  • Fetcher

Constructors

Properties

#abortManager: FetcherAbortManager
#config: FetcherConfig
#interceptorManager: FetcherInterceptorManager

Accessors

  • get baseUrl(): string
  • Base URL will be prepended to url unless url is absolute. It can be convenient to set baseURL for an instance of Fetcher to pass relative URLs to methods of that instance.

    Returns string

Methods

  • Interrupts the request by given requestId, if request is not found returns false.

    Parameters

    • Optional requestId: string

    Returns boolean

Generated using TypeDoc