Convert a ReadableStream to whatever format you want (JSON, Uint8Array, text, etc.) using the Response constructor: await new Response(myReadableStream).json()
Convert a ReadableStream to whatever format you want (JSON, Uint8Array, text, etc.) using the Response constructor: await new Response(myReadableStream).json()