[Webkit-unassigned] [Bug 166698] New: [ESNext] Async iteration - Implement async iteration statement: for-await-of
bugzilla-daemon at webkit.org
bugzilla-daemon at webkit.org
Wed Jan 4 14:28:30 PST 2017
https://bugs.webkit.org/show_bug.cgi?id=166698
Bug ID: 166698
Summary: [ESNext] Async iteration - Implement async iteration
statement: for-await-of
Classification: Unclassified
Product: WebKit
Version: WebKit Local Build
Hardware: Unspecified
OS: Unspecified
Status: NEW
Severity: Normal
Priority: P2
Component: JavaScriptCore
Assignee: webkit-unassigned at lists.webkit.org
Reporter: gskachkov at gmail.com
async function *foo() {...}
for await (const item of foo()) {
debug(item);
}
--
You are receiving this mail because:
You are the assignee for the bug.
-------------- next part --------------
An HTML attachment was scrubbed...
URL: <https://lists.webkit.org/pipermail/webkit-unassigned/attachments/20170104/cb4491c2/attachment.html>
More information about the webkit-unassigned
mailing list