takeRecords method
Empties the MutationObserver's record queue and returns what was previously there.
![]() |
Syntax
var retVal = MutationObserver.takeRecords();Parameters
- retVal [out, retval]
-
Type: sequence<MutationRecord>
An array of MutationRecord objects, each representing a specific change to the target(s).
Return value
Type: sequence<MutationRecord>
An array of MutationRecord objects, each representing a specific change to the target(s).
See also
Show:
