Body.body - Web documentation
property Body.body

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

Type

ReadableStream<Uint8Array> | null