Skip to content

Commit

Permalink
add a note about WebKit / Bun Error.isError implementation
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Dec 27, 2024
1 parent b05b0ab commit 2b0fc5e
Showing 1 changed file with 3 additions and 0 deletions.
3 changes: 3 additions & 0 deletions packages/core-js-compat/src/data.mjs
Original file line number Diff line number Diff line change
Expand Up @@ -2242,6 +2242,9 @@ export const data = {
// chrome: '133',
},
'esnext.error.is-error': {
// early WebKit implementation bug
// https://github.com/oven-sh/bun/issues/15821
// bun: '1.1.39',
},
'esnext.function.demethodize': {
},
Expand Down

0 comments on commit 2b0fc5e

Please sign in to comment.