As of Firefox 141, I intend to enable Explicit Resource Management by default
on all platforms. It is currently available in Nightly builds, disabled by default and controlled by the `javascript.options.experimental.explicit_resource_management`
preference. Explicit resource management adds a new `using` keyword and allows for automatic disposal of resources when a variable leaves a scope. Our
implementation was contributed by a volunteer, Debadree Chatterjee. This was a large and complicated proposal, thanks for all of the work Debadree :)