This Fetch API interface represents the response to a request.

Hierarchy

Properties

body: null | <internal>.ReadableStream<Uint8Array>
bodyUsed: boolean
ok: boolean
redirected: boolean
status: number
statusText: string
url: string

Methods

  • Returns Promise<ArrayBuffer>

  • Returns Promise<Blob>

  • Returns Promise<any>

  • Returns Promise<string>

Generated using TypeDoc