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

body: Readonly<MarshalableBody>
headers: Readonly<MarshalableHeaders>
ok: boolean
redirected: boolean
status: number
statusText: string
type: ResponseType
url: string

Generated using TypeDoc