Response
open class Response(body: BodyInit? = definedExternally, init: ResponseInit = definedExternally) : Body(source)
The Response
interface of the Fetch API represents the response to a request.
Properties
Link copied to clipboard
Link copied to clipboard
Link copied to clipboard
The redirected
read-only property of the Response interface indicates whether or not the response is the result of a request you made which was redirected.
Link copied to clipboard
The statusText
read-only property of the Response interface contains the status message corresponding to the HTTP status code in Response.status.
Link copied to clipboard
The type
read-only property of the Response interface contains the type of the response.