Open
Bug 2003972
Opened 6 hours ago
Fully implement Promise.{allKeyed,allSettledKeyed}
Categories
(Core :: JavaScript Engine, task, P3)
Core
JavaScript Engine
Tracking
()
NEW
People
(Reporter: arai, Unassigned)
References
(Blocks 1 open bug)
Details
The step (4) in bug 2003342.
Things to do:
- Implement
Promise.{allKeyed,allSettledKeyed}using the underlying implementation added by bug 2003971 - Add basic tests that checks some common cases
- Build and run tests
You need to log in
before you can comment on or make changes to this bug.
Description
•