Response - Web APIs | MDN
https://developer.mozilla.org/en-US/docs/Web/API/ResponseResponse.body Read only . A ReadableStream of the body contents.. Response.bodyUsed Read only . Stores a boolean value that declares whether the body has been used in a response yet. Response.headers Read only . The Headers object associated with the response.. Response.ok Read only . A boolean indicating whether the response was successful (status in the range …
Response - Web APIs | MDN
developer.mozilla.org › en-US › docsThe Headers object associated with the response. Response.ok Read only . A boolean indicating whether the response was successful (status in the range 200–299) or not. Response.redirected Read only . Indicates whether or not the response is the result of a redirect (that is, its URL list has more than one entry). Response.status Read only