globalsResponse()prototypeResponse.statusVersion: 3.27.2On this pageResponse.statusThe status read-only property of the Response interface contains the HTTP status code of the response.For example, 200 for success, 404 if the resource could not be found.ValueAn unsigned short number.