Bug 166857 - [ESNext] Async iteration - Implement Async-from-Sync Iterator Objects
Summary: [ESNext] Async iteration - Implement Async-from-Sync Iterator Objects
Status: RESOLVED DUPLICATE of bug 175240
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: WebKit Nightly Build
Hardware: Unspecified Unspecified
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks: 166693
  Show dependency treegraph
 
Reported: 2017-01-09 12:23 PST by GSkachkov
Modified: 2017-08-23 10:48 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 GSkachkov 2017-01-09 12:23:31 PST
Implement - "CreateAsyncFromSyncIterator(syncIterator) Abstract Operation" - that allow create Async-from-Sync Iterator Objects https://tc39.github.io/proposal-async-iteration/#sec-createasyncfromsynciterator
Comment 1 GSkachkov 2017-08-23 10:48:47 PDT
Fixed in 175240

*** This bug has been marked as a duplicate of bug 175240 ***