Class BatchFetchResponse

Constructors

Properties

Accessors

Methods

Constructors

Properties

body: Uint8Array
headers: Record<string, string>
status: number
statusText: string

Accessors

  • get ok(): boolean
  • Returns boolean

Methods

  • Returns Promise<ArrayBufferLike>

  • Type Parameters

    • T = any

    Returns Promise<T>

  • Returns Promise<string>