Bug 166857
| Summary: | [ESNext] Async iteration - Implement Async-from-Sync Iterator Objects | ||
|---|---|---|---|
| Product: | WebKit | Reporter: | GSkachkov <gskachkov> |
| Component: | JavaScriptCore | Assignee: | Nobody <webkit-unassigned> |
| Status: | RESOLVED DUPLICATE | ||
| Severity: | Normal | CC: | chi187 |
| Priority: | P2 | ||
| Version: | WebKit Nightly Build | ||
| Hardware: | Unspecified | ||
| OS: | Unspecified | ||
| Bug Depends on: | |||
| Bug Blocks: | 166693 | ||
GSkachkov
Implement - "CreateAsyncFromSyncIterator(syncIterator) Abstract Operation" - that allow create Async-from-Sync Iterator Objects https://tc39.github.io/proposal-async-iteration/#sec-createasyncfromsynciterator
| Attachments | ||
|---|---|---|
| Add attachment proposed patch, testcase, etc. |
GSkachkov
Fixed in 175240
*** This bug has been marked as a duplicate of bug 175240 ***