Firefox for Web Developers

@firefoxwebdevs
4.3K Followers
3 Following
367 Posts
Official Firefox account for people who build on the web. Learn about the things we're working on to grow and improve the web platform.
@tanghus it's more about sites that are grouped into the same process. But that can sometimes end up as things that are 'same site'.
@tanghus are you seeing this on a particular site? (see about:processes)
@michi101 (shhh that happened to me too)
@SudoCat oh wow! Well done!

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)

@jelmerdemaat we keep talking about bringing it back. Hopefully this year!
@spartanatreyu text-box-trim is a personal wish of mine,
Iterator.zip() - JavaScript | MDN

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.

MDN Web Docs
JavaScript Iterator․zip landed in Firefox 148, making it simple to loop over multiple things at the same time. Here's how it works: