We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
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.
The text was updated successfully, but these errors were encountered:
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
Sorry, something went wrong.
Successfully merging a pull request may close this issue.
This part that was added to the Introduction as part of ECMAScript 2024 starts with:
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.
The text was updated successfully, but these errors were encountered: