MutationObserver Methods |
The MutationObserver type exposes the following members.
Name | Description | |
---|---|---|
![]() | Disconnect |
Stops observer from observing any mutations. Until the observe() method is used again, observer’s callback will not be invoked.
|
![]() | Equals | (Inherited from Object.) |
![]() | Finalize | (Inherited from Object.) |
![]() | GetHashCode | (Inherited from Object.) |
![]() | GetType | (Inherited from Object.) |
![]() | MemberwiseClone | (Inherited from Object.) |
![]() | Observe |
Instructs the user agent to observe a given target (a node) and report any mutations based on the criteria given by options (an object).
The options argument allows for setting mutation observation options via object members.
|
![]() | TakeRecords |
The method returns a copy of the record queue and then empty the record queue.
|
![]() | ToString | (Inherited from Object.) |