ECMAScript excitement 😉

Safari 16.4 Beta delivers MANY features 🎉

🔸 Array.fromAsync & grouping
🔸 Atomics.waitAsync
🔸 Class static blocks
🔸 Growable SharedArrayBuffer
🔸 RegExp lookbehind asserts
🔸 Resizable ArrayBuffer
🔸 String is/toWellFormed
🔸 Symbols as WeakMap keys

https://webkit.org/blog/13878/web-push-for-web-apps-on-ios-and-ipados/

Web Push for Web Apps on iOS and iPadOS

With iOS and iPadOS 16.4 beta 1 comes support for Web Push for Home Screen web apps, Badging API, Manifest ID, and more.

WebKit

Safari 16.4 Beta also supports Import Maps 🎉

Import Maps are a JSON structure that map "bare" module specifiers to precise locations.

It means that the code running in the browser can successfully use imports that look like:

`import _ from "lodash"`