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 | ||
Andreu Botella
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.
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
Andreu Botella
Pull request: https://github.com/WebKit/WebKit/pull/12454
Radar WebKit Bug Importer
<rdar://problem/107989076>