As of Firefox 154, I intend to turn Iterator.prototype.join on by default. It has been developed behind the javascript.options.experimental.iterator_join preference.
Summary:
This adds a new Iterator.prototype.join method that allows joining an iterator into a string, similar to Array.prototype.join.
Bug to turn on by default:
https://bugzilla.mozilla.org/show_bug.cgi?id=2047995
Specification:
https://github.com/tc39/proposal-iterator-join
Standards Body:
TC39
Platform Coverage:
All
Preference:
javascript.options.experimental.iterator_join
DevTools Bug:
N/A
Extensions Bug:
N/A
Use Counter:
N/A
Standards-Positions Discussion:
N/A
Other Browsers:
web-platform-tests:
Covered by Test262, the tests haven't merged yet (https://github.com/tc39/test262/pull/4768), but I've landed a local version in tree.