open-next
open-next copied to clipboard
Feat readable body
This PR change the body of InternalResult
from string
to ReadableStream
.
This allow for edge runtime function to use streaming, and it is necessary to prepare for PPR.
This should also remove the need to add a fakeStream
in non streaming wrapper as the stream is now always consumed if you return a body.