-
-
Notifications
You must be signed in to change notification settings - Fork 32.9k
Closed
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.web streams
Description
The Streams standard has been updated with a new utility method ReadableStream.from(asyncIterable)
, which adapts any sync or async iterable into a ReadableStream
.
Specification: https://streams.spec.whatwg.org/#rs-from
Spec change: whatwg/streams#1083
WPT tests: web-platform-tests/wpt#27009
debadree25, jimmywarting and jcbhmr
Metadata
Metadata
Assignees
Labels
feature requestIssues that request new features to be added to Node.js.Issues that request new features to be added to Node.js.web streams