Re: [whatwg/dom] Figure out what to do with XMLDocument (#278)

> > I guess the main problem with that is the Firefox-only code paths. 😟 I wonder how prevalent those still are.
> 
> At first glance our use counter for XMLDocument.load says that 2-3% of page loads use the `load()` method. I'm not sure how many of those have a fallback for when the method is not there, nor am I sure how many of those (if any) are actually due to extensions. I'm going to try to measure the latter.

Well, the extensions which would have used those are no longer supported since Firefox 57.

Also, `XMLDocument.load()` is finally being removed from Firefox in [bug 332175](https://bugzilla.mozilla.org/show_bug.cgi?id=332175) 😁.

-- 
You are receiving this because you are subscribed to this thread.
Reply to this email directly or view it on GitHub:
https://github.com/whatwg/dom/issues/278#issuecomment-423000237

Received on Thursday, 20 September 2018 00:27:50 UTC