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 2add921 commit ff152b1Copy full SHA for ff152b1
2-ui/99-ui-misc/01-mutation-observer/article.md
@@ -244,7 +244,8 @@ 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
+// should be called before disconnecting,
248
+// if you care about possibly unhandled recent mutations
249
let mutationRecords = observer.takeRecords();
250
251
// stop tracking changes
0 commit comments