Ship await dictionary proposal
Categories
(Core :: JavaScript Engine, task, P3)
Tracking
()
People
(Reporter: dminor, Assigned: dminor)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(5 files)
This proposal recently reached Stage 3 at the July 2026 TC39 plenary, so we can look into shipping it, probably in Firefox 155 or 156.
Updated•1 month ago
|
Comment 1•1 month ago
|
||
test262-update.py must be run from js/src/tests/, but the preceding
section header (js/src/tests/test262/ contains a snapshot...) reads as
though the commands should be run from inside test262/ itself. Make
the working directory explicit in step 2 to avoid that confusion.
Comment 2•1 month ago
|
||
Update the vendored test262 snapshot to the latest upstream revision.
Skips built-ins/AsyncIteratorPrototype/Symbol.asyncDispose/invokes-return.js
under --enable-explicit-resource-management pending bug 2058720.
Comment 3•1 month ago
|
||
Updated•1 month ago
|
| Assignee | ||
Comment 4•1 month ago
|
||
Backed out for causing reftest failures
| Assignee | ||
Comment 8•1 month ago
|
||
| Assignee | ||
Updated•1 month ago
|
Comment 10•27 days ago
|
||
| bugherder | ||
https://hg.mozilla.org/mozilla-central/rev/dbb1d4dc3559
https://hg.mozilla.org/mozilla-central/rev/fa53cd200818
https://hg.mozilla.org/mozilla-central/rev/aefb725d0eb9
https://hg.mozilla.org/mozilla-central/rev/74561f34b2a3
https://hg.mozilla.org/mozilla-central/rev/24319b02ba78
Comment 11•26 days ago
|
||
Did you want to nominate this for the Fx155 relnotes? If so, set the relnote-firefox flag to "?"
https://wiki.mozilla.org/Release_Management/Release_Notes_Nomination
Possible wording:
Firefox now supports the
Promise.allKeyedandPromise.allSettledKeyedmethods, which take an object of promises and resolve to an object of results with the same keys.
| Assignee | ||
Comment 12•26 days ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: Ships Promise.allKeyed and Promise.allSettledKeyed
[Affects Firefox for Android]: Yes
[Suggested wording]: See comment#11
[Links (documentation, blog post, etc)]: https://github.com/tc39/proposal-await-dictionary
Updated•20 days ago
|
Comment 14•17 days ago
|
||
FF155 MDN docs work for this can be tracked in https://github.com/mdn/content/issues/45186
Updated•11 days ago
|
Description
•