Skip to main content
Body.body - Fetch - Web documentation
property Body.body

A simple getter used to expose a ReadableStream of the body contents.

Type

ReadableStream<Uint8Array> | null