Interface for fetch responses.

Hierarchy

  • Response

Properties

Methods

Properties

headers: Headers
status: number

Methods

  • Read the response and provide it as decoded json.

    Returns Promise<any>

  • Read the response and provide it as a string.

    Returns Promise<string>

Generated using TypeDoc