response.data
response.data
Whenever you set a body on a Response, you can later access the original body parameter as response.data. If you access response.body, you will see that it is transformed into a ReadableStream, which can only be read once. The metro.response() function adds the data property.