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 c1e7bcb commit 2add921Copy full SHA for 2add921
2-ui/99-ui-misc/01-mutation-observer/article.md
@@ -244,6 +244,7 @@ These methods can be used together, like this:
244
245
```js
246
// get a list of unprocessed mutations
247
+// should be called before disconnecting if you care about possibly unhandled recent mutations
248
let mutationRecords = observer.takeRecords();
249
250
// stop tracking changes
0 commit comments