Skip to content

Commit

Permalink
mark ArrayBuffer.prototype.transfer and friends proposal features a…
Browse files Browse the repository at this point in the history
  • Loading branch information
zloirock committed Dec 17, 2023
1 parent ad8cc60 commit 9d43cd6
Show file tree
Hide file tree
Showing 2 changed files with 4 additions and 0 deletions.
1 change: 1 addition & 0 deletions CHANGELOG.md
Expand Up @@ -5,6 +5,7 @@
- Refactoring, some optimizations
- Compat data improvements:
- [`Array.fromAsync`](https://github.com/tc39/proposal-array-from-async) marked as [supported from V8 ~ Chrome 121](https://bugs.chromium.org/p/v8/issues/detail?id=13321#c13)
- [`ArrayBuffer.prototype.transfer` and friends proposal](https://github.com/tc39/proposal-arraybuffer-transfer) features marked as [supported from FF 122](https://bugzilla.mozilla.org/show_bug.cgi?id=1865103#c8)
- Added Opera Android 80 and updated [Opera Android 79](https://forums.opera.com/topic/68490/opera-for-android-79) compat data mapping
- Added Samsung Internet 24 compat data mapping

Expand Down
3 changes: 3 additions & 0 deletions packages/core-js-compat/src/data.mjs
Expand Up @@ -1946,12 +1946,15 @@ export const data = {
'esnext.array.with': null,
'esnext.array-buffer.detached': {
chrome: '114',
firefox: '122',
},
'esnext.array-buffer.transfer': {
chrome: '114',
firefox: '122',
},
'esnext.array-buffer.transfer-to-fixed-length': {
chrome: '114',
firefox: '122',
},
'esnext.async-disposable-stack.constructor': {
},
Expand Down

0 comments on commit 9d43cd6

Please sign in to comment.