FetchFunction: (input: string | URL | Request, init?: any) => Promise<Response>

Type declaration

    • (input: string | URL | Request, init?: any): Promise<Response>
    • Parameters

      • input: string | URL | Request
      • Optionalinit: any

      Returns Promise<Response>