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

I don't think I can tell from this use counter as it exists right now.

That said, this use counter only counts cases that have an entry document or are calling load() on an XML document loaded in a browsing context.  So it would exclude things like extension content scripts creating XMLDocument instances via DOMImplementation or whatnot and then calling load().  It also includes the Firefox UI itself or things running with "system" privileges (there's a separate use counter for that, but it's a flat 0, which is good).

I could try to separate out extensions more here, but I suspect that all the calls we're still getting are web content...

-- 
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-423341850

Received on Thursday, 20 September 2018 21:37:16 UTC