Note that DOMRequest cannot be constructed by JS, and as mentioned it's never returned from any API, so the only impact here is that `window.DOMRequest` will now disappear.
On Monday, February 19, 2024 at 8:42:28 PM UTC+1 Gregory Pappas wrote: > 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. > > Bug: 1880615 <https://bugzilla.mozilla.org/show_bug.cgi?id=1880615> > Specification: Does not exist > Preference: dom.domrequest.enabled > -- You received this message because you are subscribed to the Google Groups "[email protected]" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/a/mozilla.org/d/msgid/dev-platform/577c9265-fa65-4329-97b6-985001caedb6n%40mozilla.org.
