Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

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

Open
ykmnkmi opened this issue Jun 24, 2024 · 1 comment
Open

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

ykmnkmi opened this issue Jun 24, 2024 · 1 comment
Labels
area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. type-enhancement A request for a change that isn't a bug web-js-interop Issues that impact all js interop

Comments

@ykmnkmi
Copy link
Contributor

ykmnkmi commented Jun 24, 2024

Array.from (MDN).

@dart-github-bot
Copy link
Collaborator

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.

@dart-github-bot dart-github-bot added area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot. type-enhancement A request for a change that isn't a bug labels Jun 24, 2024
@rakudrama rakudrama added the web-js-interop Issues that impact all js interop label Jun 24, 2024
@lrhn lrhn removed the triage-automation See https://github.com/dart-lang/ecosystem/tree/main/pkgs/sdk_triage_bot. label Jul 19, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
area-web Use area-web for Dart web related issues, including the DDC and dart2js compilers and JS interop. type-enhancement A request for a change that isn't a bug web-js-interop Issues that impact all js interop
Projects
Status: No status
Development

No branches or pull requests

4 participants