OptionalbodyThe response body as a stream, when the fetch implementation exposes one
(the global fetch does). Enables streaming downloads straight to disk; on
minimal fetch shims that omit it, downloads transparently fall back to
buffering via ResponseLike.arrayBuffer.
HTTP status code.
The minimal slice of a
fetchResponse the transport reads.