body
Response: Body.
Provides access to a ReadableStream which expresses body data enclosed with this response, as applicable and where supported; if no stream can be produced for this response, null
may be returned.
From MDN: "The body read-only property of the Response interface is a ReadableStream of the body contents."
See also: MDN, Response.body.