DOM Observer API
Overview
Allows monitoring of any changes in DOM elements through the components linked to them.
For each triggered notification on the target DOM elements, the observing components will be invoked, and a MutationRecord object will be passed to each observer component.
For each triggered notification on the target DOM elements, the observing components will be invoked, and a MutationRecord object will be passed to each observer component.