Interface Response

This Fetch API interface represents the response to a request.

MDN Reference

Hierarchy

Properties

bodyUsed: boolean
headers: Headers
ok: boolean
redirected: boolean
status: number
statusText: string
url: string

Methods