dart-lang / sdk

The Dart SDK, including the VM, dart2js, core libraries, and more.
https://dart.dev
BSD 3-Clause "New" or "Revised" License
9.94k stars 1.53k forks source link

[dart:js_interop] Add JSArray.from static method. #56069

Open ykmnkmi opened 1 week ago

ykmnkmi commented 1 week ago

Array.from (MDN).

dart-github-bot commented 1 week ago

Summary: The issue requests the addition of a JSArray.from static method to the dart:js_interop library, mirroring the functionality of JavaScript's Array.from method for creating new arrays from iterables.