mutationObserver top-level property

dynamic get mutationObserver

Provides the ability to watch for changes being made to the DOM tree. It is designed as a replacement for the older Mutation Events feature which was part of the DOM3 Events specification.

MDN Reference

Implementation

_i2.dynamic get mutationObserver => _i4.getProperty(
      _self,
      'MutationObserver',
    );