Converts a string into a ReadableStream.
ReadableStream
The target string.
The encoding format. Can be either 'base64' and 'utf-8'. Defaults to 'utf-8'.
'base64'
'utf-8'
A ReadableStream representation of the string.
Converts a string into a
ReadableStream
.