interface Response
extends Body
This Fetch API interface represents the response to a request.
Properties Jump to heading
readonly
Jump to headingheaders: Headersreadonly
Jump to headingok: booleanreadonly
Jump to headingredirected: booleanreadonly
Jump to headingstatus: numberreadonly
Jump to headingstatusText: stringreadonly
Jump to headingtype: ResponseTypereadonly
Jump to headingurl: string