Class Fetch

Hierarchy

  • Fetch

Constructors

Properties

Methods

Constructors

Properties

init?: RequestInit
promise: Promise<Response>
reject: ((reason?: any) => void)

Type declaration

    • (reason?: any): void
    • Parameters

      • Optional reason: any

      Returns void

resolve: ((value: Response | PromiseLike<Response>) => void)

Type declaration

    • (value: Response | PromiseLike<Response>): void
    • Parameters

      • value: Response | PromiseLike<Response>

      Returns void

url: string

Methods

Generated using TypeDoc