Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

ECMAScript 2024 intro mentions transferring ArrayBuffers, but that is still Stage 3 #3358

Closed
JohnRiv opened this issue Jun 25, 2024 · 1 comment · Fixed by tc39/proposal-arraybuffer-transfer#14

Comments

@JohnRiv
Copy link

JohnRiv commented Jun 25, 2024

This part that was added to the Introduction as part of ECMAScript 2024 starts with:

ECMAScript 2024, the 15th edition, added facilities for resizing and transferring ArrayBuffers and SharedArrayBuffers;

However, it appears that resizable ArrayBuffer and growable SharedArrayBuffer was added, but the ability to transfer them was pulled out into its own proposal that is currently in stage 3, so I think "and transferring" should be removed from that sentence.

@Josh-Cena
Copy link
Contributor

Josh-Cena commented Jun 27, 2024

ArrayBuffer transfer became stage 4 in Feb 2024: https://github.com/tc39/notes/tree/main/meetings/2024-02 It's even already in the spec: https://tc39.es/ecma262/2024/#sec-arraybuffer.prototype.transfer

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging a pull request may close this issue.

2 participants