Skip to content

Replace arrayCopy method by Array.slice #2098

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

Open
jdeniau opened this issue Apr 27, 2025 · 0 comments
Open

Replace arrayCopy method by Array.slice #2098

jdeniau opened this issue Apr 27, 2025 · 0 comments

Comments

@jdeniau
Copy link
Member

jdeniau commented Apr 27, 2025

There is an implementation of array copy, but array.slice is now available in all browsers since 2015.

It’s been available across browsers since July 2015.
https://developer.mozilla.org/fr/docs/Web/JavaScript/Reference/Global_Objects/Array/slice#compatibilit%C3%A9_des_navigateurs

Originally posted by @jdeniau in #2095 (comment)

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

No branches or pull requests

1 participant