interface Response
extends Body
This Fetch API interface represents the response to a request.
Properties Jump to heading
readonly
Jump to headingheaders: Headers
readonly
Jump to headingok: boolean
readonly
Jump to headingredirected: boolean
readonly
Jump to headingstatus: number
readonly
Jump to headingstatusText: string
readonly
Jump to headingtype: ResponseType
readonly
Jump to headingurl: string