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

Update *.at() compatibility data to Node 16.6 #11819

Merged
merged 4 commits into from Aug 6, 2021
Merged

Update *.at() compatibility data to Node 16.6 #11819

merged 4 commits into from Aug 6, 2021

Conversation

Nixinova
Copy link
Contributor

@Nixinova Nixinova commented Jul 30, 2021

Summary

Node.js 16.6.0 adds {Array|TypedArray|String}#at.
This updates the compatibility tables.

Test results

n.a.

Supporting details

Related issues

@github-actions github-actions bot added the data:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript label Jul 30, 2021
@Nixinova
Copy link
Contributor Author

I see it also adds TypedArray#at and String#at: nodejs/node#39583. Will update.

@Nixinova Nixinova changed the title Update Array#at compatibility list for Node 16.6 Update *.at() compatibility data to Node 16.6 Jul 30, 2021
@github-actions github-actions bot added the data:browsers 🌍 Data about browsers (versions, release dates, etc). This data is used for validation. label Aug 1, 2021
Copy link
Collaborator

@ddbeck ddbeck left a comment

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

Thanks for this PR, @Nixinova. Also I see that it's your first to the project—welcome! 🎉

Looks great, merging now. Thank you again!

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
data:browsers 🌍 Data about browsers (versions, release dates, etc). This data is used for validation. data:js 📟 Compat data for JS/ECMAScript features. https://developer.mozilla.org/docs/Web/JavaScript
Projects
None yet
Development

Successfully merging this pull request may close these issues.

javascript.builtins.Array.at: Now in Node 16.6
2 participants