Web platform features explorer

ReadableStream.from()

Limited availability
Tags: api Groups: Streams

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

Learning resources on MDN

Browser support

Specifications