Skip to content

Commit

Permalink
mark Promise.allSettled as supported by Safari 13
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Jun 19, 2019
1 parent 381c366 commit 63b0b44
Showing 1 changed file with 1 addition and 0 deletions.
1 change: 1 addition & 0 deletions packages/core-js-compat/src/data.js
Original file line number Diff line number Diff line change
Expand Up @@ -1260,6 +1260,7 @@ const data = {
},
'esnext.promise.all-settled': {
chrome: '76',
safari: '13',
},
'esnext.promise.any': {
},
Expand Down

0 comments on commit 63b0b44

Please sign in to comment.