This Fetch API interface represents the response to a request.
readonly
ok: boolean
      
    readonly
redirected: boolean
      
    readonly
status: number
      
    readonly
statusText: string
      
    readonly
type: ResponseType
      
    readonly
url: string