Closed
Bug 2047995
Opened 1 month ago
Closed 1 month ago
Ship Iterator Join proposal
Categories
(Core :: JavaScript Engine, task, P1)
Core
JavaScript Engine
Tracking
()
RESOLVED
FIXED
154 Branch
People
(Reporter: dminor, Assigned: dminor)
References
(Blocks 1 open bug)
Details
(Keywords: dev-doc-complete)
Attachments
(1 file)
Planning this for 154.
| Assignee | ||
Updated•1 month ago
|
Keywords: dev-doc-needed
Updated•1 month ago
|
Severity: -- → N/A
Priority: -- → P1
| Assignee | ||
Comment 1•1 month ago
|
||
Pushed by dminor@mozilla.com:
https://github.com/mozilla-firefox/firefox/commit/a9c3a44bd165
https://hg.mozilla.org/integration/autoland/rev/7a78ba71bb8e
Ship Iterator.prototype.join; r=spidermonkey-reviewers,anba
Status: NEW → RESOLVED
Closed: 1 month ago
status-firefox154:
--- → fixed
Resolution: --- → FIXED
Target Milestone: --- → 154 Branch
| Assignee | ||
Comment 4•1 month ago
|
||
Release Note Request (optional, but appreciated)
[Why is this notable]: Ships Iterator.prototype.join
[Affects Firefox for Android]: Yes
[Suggested wording]: This adds a new Iterator.prototype.join method that allows joining an iterator into a string, similar to Array.prototype.join.
[Links (documentation, blog post, etc)]: https://github.com/tc39/proposal-iterator-join
relnote-firefox:
--- → ?
Updated•1 month ago
|
Comment 5•12 days ago
|
||
FF154 MDN work for this can be tracked via https://github.com/mdn/content/issues/44845 (in review).
Keywords: dev-doc-needed → dev-doc-complete
Updated•10 days ago
|
QA Whiteboard: [qa-triage-done-c155/b154]
You need to log in
before you can comment on or make changes to this bug.
Description
•