```test.js const r= await new Response("500", { status: 500, headers: { "Content-Type": "text/plain", }, }).body; console.log("[r]", r); ``` This is supposed to be ReadableStream, but now it's undefined
This is supposed to be ReadableStream, but now it's undefined