BASELINE NowYouCanUse.com
Newly Available Iterators
id: iterator-methods

Iterator methods

The Iterator object is an abstract base for objects that implement the iterator protocol. It provides methods common to built-in iterators, such as filter(), find(), map(), and reduce(). You can also use the static method Iterator.from() to convert an existing iterable into an Iterator.
Baseline Status: Achieved Newly Available on Mar 31, 2025 across core engines.
Desktop Browser Engine Support
Google Chrome
122
Supported
Mozilla Firefox
131
Supported
Apple Safari
18.4
Supported
Microsoft Edge
122
Supported
Mobile Browser Engine Support
Chrome Android
122
Firefox Android
131
Safari iOS
18.4
Specifications and References