We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 751f78a commit 2b5502aCopy full SHA for 2b5502a
2-ui/99-ui-misc/01-mutation-observer/article.md
@@ -236,7 +236,7 @@ There's a method to stop observing the node:
236
237
- `observer.disconnect()` -- stops the observation.
238
239
-When we stop the observing, it might be possible that some changes were not yet processed by the observer.
+When we stop the observing, it might be possible that some changes were not yet processed by the observer. In such cases, we use
240
241
- `observer.takeRecords()` -- gets a list of unprocessed mutation records, those that happened, but the callback has not handled them.
242
0 commit comments