body property

ReadableStream? get body

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

Implementation

external ReadableStream? get body;