Hierarchy

  • FetchFunction
  • Type Parameters

    • A

    • R

    Parameters

    • method: string
    • path: string
    • Optional body: A
    • Optional result: "json" | "blob" | "text" | "arrayBuffer" | "json-stream"
    • Optional retries: number
    • Optional retryCodes: number[]

    Returns Promise<R>

Generated using TypeDoc