Yep, if you passed `response.body` (a `ReadableStream`) directly instead then you wouldn't buffer th

Yep, if you passed response.body (a
ReadableStream
) directly instead then you wouldn't buffer the body in memory, and parse then stringify it
Was this page helpful?