Skip to content

Commit

Permalink
mark { Array, %TypedArray% }.prototype.{ findLast, findLastIndex }
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jul 26, 2022
1 parent 85b8998 commit d96cf26
Show file tree
Hide file tree
Showing 2 changed files with 5 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Original file line number Diff line number Diff line change
@@ -1,6 +1,7 @@
## Changelog
##### Unreleased
- Fixed detection of `@@species` support in `Promise` in some old engines
- `{ Array, %TypedArray% }.prototype.{ findLast, findLastIndex }` marked as shipped [in FF104](https://bugzilla.mozilla.org/show_bug.cgi?id=1775026)
- Added iOS Safari 15.6 compat data mapping

##### [3.24.0 - 2022.07.25](https://github.com/zloirock/core-js/releases/tag/v3.24.0)
Expand Down
4 changes: 4 additions & 0 deletions packages/core-js-compat/src/data.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -237,12 +237,14 @@ export const data = {
'es.array.find-last': {
bun: '0.1.1',
chrome: '97',
firefox: '104',
hermes: '0.11',
safari: '15.4',
},
'es.array.find-last-index': {
bun: '0.1.1',
chrome: '97',
firefox: '104',
hermes: '0.11',
safari: '15.4',
},
Expand Down Expand Up @@ -1843,12 +1845,14 @@ export const data = {
'es.typed-array.find-last': {
bun: '0.1.1',
chrome: '97',
firefox: '104',
hermes: '0.11',
safari: '15.4',
},
'es.typed-array.find-last-index': {
bun: '0.1.1',
chrome: '97',
firefox: '104',
hermes: '0.11',
safari: '15.4',
},
Expand Down

0 comments on commit d96cf26

Please sign in to comment.