As of Firefox 144, I intend to enable the upsert proposal by default
on all platforms. It is currently available in Nightly builds, but disabled by default and controlled by the `javascript.options.experimental.upsert`
preference. The somewhat poorly named upsert proposal adds new getOrInsert and getOrInsertComputed methods to Map and WeakMap, that will either get or insert a default value depending upon whether the key is present. Our implementation was contributed by students at the University of Bergen, thank you!