Skip to main content
Version: 3.14.1

Response.body

The body read-only property of the Response interface is a ReadableStream of the body contents.

Value

A ReadableStream, or else null for any Response object constructed with a null body property, or for any actual HTTP response that has no body.