ecma262 icon indicating copy to clipboard operation
ecma262 copied to clipboard

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

Open JohnRiv opened this issue 8 months ago • 1 comments

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.

JohnRiv avatar Jun 25 '24 17:06 JohnRiv