Bug 120324 - Complete the Promise API
Summary: Complete the Promise API
Status: RESOLVED FIXED
Alias: None
Product: WebKit
Classification: Unclassified
Component: JavaScriptCore (show other bugs)
Version: 528+ (Nightly build)
Hardware: All All
: P2 Normal
Assignee: Nobody
URL:
Keywords:
Depends on:
Blocks:
 
Reported: 2013-08-26 12:29 PDT by Sam Weinig
Modified: 2014-01-26 09:34 PST (History)
0 users

See Also:


Attachments

Note You need to log in before you can comment on or make changes to this bug.
Description Sam Weinig 2013-08-26 12:29:35 PDT
Add support for Promise.any(), Promise.every() and Promise.some().
Comment 1 Sam Weinig 2014-01-26 09:34:40 PST
I did this at some point.