web-feature: ReadableStream.from()
The ReadableStream.from() static method converts an iterable or async iterable object, such as an array or async generator function, into a readable stream.
The ReadableStream.from() static method converts an iterable or async iterable object, such as an array or async generator function, into a readable stream.