An interface used to describe the summary results of a Response object from a browser fetch call. The headers and json fields are json objects.

Hierarchy

  • MarshaledResponse

Properties

ok: boolean
redirected: boolean
status: number
statusText: string
url: string

Generated using TypeDoc