You do not have permission to delete messages in this group
Copy link
Report message
Show original message
Either email addresses are anonymous for this group or you need the view member email addresses permission to view the original message
to dev-pl...@mozilla.org
As of Firefox 146, I intend to enable the Iterator Sequencing proposal by default
on all platforms. It is currently available in Nightly builds, but disabled by default and controlled by the `javascript.options.experimental.iterator_sequencing`
preference. The proposal adds a new `Iterator.concat` method that builds an iterator over its iterable arguments. Our implementation was contributed by André Bargull, thank you!