Bug 255086 - Implement `ReadableStream.from`
Summary: Implement `ReadableStream.from`
Status: NEW
Alias: None
Product: WebKit
Classification: Unclassified
Component: WebCore Misc. (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords: InRadar
Depends on:
Blocks:
 
Reported: 2023-04-06 04:22 PDT by Andreu Botella
Modified: 2023-04-13 04:23 PDT (History)
1 user (show)

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Andreu Botella 2023-04-06 04:22:48 PDT
Spec PR: https://github.com/whatwg/streams/pull/1083
WPT PR: https://github.com/web-platform-tests/wpt/pull/27009

`ReadableStream.from` is a new static method that allows creating a `ReadableStream` from a JS iterable or async iterable.
Comment 1 Andreu Botella 2023-04-06 04:55:45 PDT
Pull request: https://github.com/WebKit/WebKit/pull/12454
Comment 2 Radar WebKit Bug Importer 2023-04-13 04:23:18 PDT
<rdar://problem/107989076>