Bug 255086

Summary: Implement `ReadableStream.from`
Product: WebKit Reporter: Andreu Botella <abotella>
Component: WebCore Misc.Assignee: Nobody <webkit-unassigned>
Status: NEW ---    
Severity: Normal CC: webkit-bug-importer
Priority: P2 Keywords: InRadar
Version: WebKit Nightly Build   
Hardware: Unspecified   
OS: Unspecified   

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>