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

ES2015 TypedArrays missing all methods they ought to share with regular Arrays, like map/indexOf/includes etc #1411

Open
p-bakker opened this issue Nov 3, 2023 · 0 comments
Labels
feature Issues considered a new feature
Milestone

Comments

@p-bakker
Copy link
Collaborator

p-bakker commented Nov 3, 2023

All TypedArray implementations ought to have a large chunk of methods that regular Arrays also have, like indexOf/includes/map/forEach etc. However, those all seem to be missing, see https://compat-table.github.io/compat-table/es6/ > built-ins > typed arrays

In addition to the missing methods that are defined in ES2015 (ES6):

@p-bakker p-bakker added the feature Issues considered a new feature label Nov 3, 2023
@p-bakker p-bakker added this to the ES2015 milestone Nov 3, 2023
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
feature Issues considered a new feature
Projects
None yet
Development

No branches or pull requests

1 participant