ecma262
ecma262 copied to clipboard
ECMAScript 2024 intro mentions transferring ArrayBuffers, but that is still Stage 3
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.