ECMAScript 2024 published
#65 · 2024-06-26 · JavaScriptECMAScript 2024 has been released.
- https://github.com/tc39/ecma262/releases/tag/es2024
- https://262.ecma-international.org/15.0/
- ECMAScript Links
The following proposals have reached stage 4 and are part of ECMAScript 2024:
- Well-Formed Unicode Strings
Atomics.waitAsync
- RegExp v flag with set notation + properties of strings
- Resizable and growable ArrayBuffers
- Array Grouping
Promise.withResolvers
- ArrayBuffer transfer
Most of these new features have already landed in all the important browser engines.