Firefox 149 is out now, and adds bunch of new web platform features, such as:
π The CloseWatcher API
π popover=hint (although I'm concerned about the spec'd behaviour)
π hasUAVisualTransition on PopStateEvent
π font-family: math
π The CSP reporting API
And more!
https://developer.mozilla.org/en-US/docs/Mozilla/Firefox/Releases/149

Gecko matters because it ensures thereβs an independent voice shaping how the internet evolves. Without Gecko, the landscape would be dominated by Apple and Google alone. Is that really the ...
RE: https://indieweb.social/@keithamus/116204277359631760
But also, read the article! https://mastodon.social/@keithamus@indieweb.social/116204277430594086
RE: https://indieweb.social/@keithamus/116204286323408885
Sorry everyone. You're about to spend a ton of time on this.
My score is 0.0028 π (although I get different scores on different screens - my best is on my MacBook)

The Iterator.zip() static method creates a new Iterator object that aggregates elements from multiple iterable objects by yielding arrays containing elements at the same position. It essentially "zips" the input iterables together, allowing simultaneous iteration over them.