body property
Contains the stream associated with the Response object.
This property is read-only.
Syntax
| JavaScript |
|---|
body = object.body |
Property values
Type: ReadableStream
The Response object's body stream. A value of null is returned if the Response object's body is null.