As of Firefox 124, I intend to turn off support for DOMRequest. This API is
non-standard and was never implemented by any other browser.
DOMRequest is a Promise-like interface that was implemented before Promises
existed. DOMRequest was used by a lot of APIs in Firefox OS.
Now that all APIs that returned a DOMRequest object have either been removed
or updated to return Promises instead, we can remove this non-standard
interface.
Specification: Does not exist
Preference: dom.domrequest.enabled