Skip to content

Commit

Permalink
mark .at as supported from v8 9.2
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jun 4, 2021
1 parent e71d980 commit f23cec3
Show file tree
Hide file tree
Showing 2 changed files with 3 additions and 1 deletion.
2 changes: 1 addition & 1 deletion CHANGELOG.md
@@ -1,6 +1,6 @@
## Changelog
##### Unreleased
- Nothing
- `.at` marked as supported from V8 9.2

##### 3.13.1 - 2021.05.29
- Overwrites `get-own-property-symbols` third-party `Symbol` polyfill if it's used since it causes a stack overflow, [#774](https://github.com/zloirock/core-js/issues/774)
Expand Down
2 changes: 2 additions & 0 deletions packages/core-js-compat/src/data.js
Expand Up @@ -1266,6 +1266,7 @@ const data = {
// TODO: Remove from `core-js@4`
'esnext.aggregate-error': null,
'esnext.array.at': {
chrome: '92',
},
'esnext.array.filter-out': {
},
Expand Down Expand Up @@ -1517,6 +1518,7 @@ const data = {
'esnext.symbol.replace-all': {
},
'esnext.typed-array.at': {
chrome: '92',
},
'esnext.typed-array.filter-out': {
},
Expand Down

0 comments on commit f23cec3

Please sign in to comment.