Re: [whatwg/dom] Use Infra to define mutation observers (#609)

> is this some kind of global search?

no. MutationObserver has the list of transient observers, so it can just go through the list.
In particular in Gecko there is MutationReceiver per observed target internally doing actually observing, and it has list of transient receivers. 

-- 
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/pull/609#issuecomment-374999634

Received on Wednesday, 21 March 2018 16:15:42 UTC