Skip to content

Commit

Permalink
fix(ses): Ignore Array unscopable findLast{,Index} (#1129)
Browse files Browse the repository at this point in the history
  • Loading branch information
kriskowal committed Mar 22, 2022
1 parent a8623a2 commit bbf7e7d
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/ses/src/whitelist.js
Original file line number Diff line number Diff line change
Expand Up @@ -929,6 +929,9 @@ export const whitelist = {
// Failed tc39 proposal
// Seen on FF Nightly 88.0a1
at: false,
// See https://github.com/tc39/proposal-array-find-from-last
findLast: 'boolean',
findLastIndex: 'boolean',
},
// Failed tc39 proposal
// Seen on FF Nightly 88.0a1
Expand Down

0 comments on commit bbf7e7d

Please sign in to comment.