Implement Array.fromAsync
Categories
(Core :: JavaScript Engine, task, P3)
Tracking
()
Tracking | Status | |
---|---|---|
firefox108 | --- | fixed |
People
(Reporter: mgaudet, Assigned: mgaudet)
References
Details
Attachments
(4 files)
Updated•3 years ago
|
Assignee | ||
Comment 1•3 years ago
|
||
Assignee | ||
Comment 2•3 years ago
|
||
Depends on D159640
Assignee | ||
Comment 3•3 years ago
|
||
Depends on D159641
Assignee | ||
Comment 4•3 years ago
|
||
Depends on D159642
Comment 6•3 years ago
|
||
bugherder |
https://hg.mozilla.org/mozilla-central/rev/aef9d287cced
https://hg.mozilla.org/mozilla-central/rev/ffffdf0dad7b
https://hg.mozilla.org/mozilla-central/rev/55ab67c54574
https://hg.mozilla.org/mozilla-central/rev/021312205c09
Comment 7•3 years ago
|
||
For the purposes of MDN documentation:
- Am I correct that this is only enabled on Nightly (initially 108?), and that there is no preference value to enable it in release?
- Do we know of other implementations in progress?
- Is this "ready" to document? Specifically the explainer seems to indicate that this is TC2. Sometimes we document at TC3, but normally only if the engineering team (you!) tell us that the functionality is likely to be stable and want it - this is to avoid churn while API names and behaviour are still in flux.
Assignee | ||
Comment 8•3 years ago
•
|
||
- Currently this is disabled by default, even in nightly. The pref is only available in nightly.
- I'm not aware of any other in progress implementations: v8's bug is here, with no activity; couldn't find one for JSC.
- The explainer is out of date, as the proposal hit Stage 3 in September.
Personally, I'd hold off on documenting this until we've given an attempt to ship it on Nightly to discover any name conflicts / webcompat issues.
Comment 9•3 years ago
|
||
FF108 docs for this on hold as suggested ^^^- thanks Matthew!
Tracking issue on MDN is: https://github.com/mdn/content/issues/22145.
I'll remove "dev-doc-needed" for this bug. We'll keep an eye on the meta bug and the shipping bug; but feel free to ping us on the above issue if this is shipped on nightly, or otherwise is ready to document.
Updated•3 years ago
|
Comment 10•2 years ago
|
||
FYI only, most of the stage 3 array-from-async docs work for this was done in https://github.com/mdn/content/pull/25775, following the feature shipping in Safari.
Description
•