Options
All
  • Public
  • Public/Protected
  • All
Menu

Module utils/retryFetch

Index

Functions

Functions

retryFetch

  • retryFetch(url: string, fetchOptions?: RequestInit, retryOptions?: retry.OperationOptions): Promise<Response>
  • Parameters

    • url: string
    • Optional fetchOptions: RequestInit
    • Optional retryOptions: retry.OperationOptions

    Returns Promise<Response>

Generated using TypeDoc