status

open val status: Int

Response: Status.

Provides the HTTP status code which this response terminated with. HTTP status codes are typically expressed from the various HTTP specifications, although custom codes are possible.

From MDN: "The status read-only property of the Response interface contains the HTTP status codes of the response."

See also: MDN, Response.status.