🏠 New in Low Baseline Support: Iterator.concat()
March 24, 2026
The Iterator.concat() JavaScript method returns an iterator that yields values from a sequence of iterators, exhausting each iterator before moving on to the next.
Source features
javascript.builtins.Iterator.concat[mdn]