Skip to main content

Response <Body>

Index

Properties

readonlybody

body: Body

readonlyheaders

headers: Headers

The headers read-only property of the Response interface contains the Headers object associated with the response.

@see

readonlyok

ok: boolean

The ok read-only property of the Response interface contains a Boolean stating whether the response was successful (status in the range 200-299) or not.

@see

readonlyredirected

redirected: boolean

The read-only redirected property of the Response interface indicates whether or not the response is the result of a request you made which was redirected.

@see

readonlystatus

status: Status

readonlytype

readonlyurl

url: string