minor fixes

This commit is contained in:
Ilya Kantor 2020-09-13 23:58:34 +03:00
parent c1e7bcb0df
commit 2add921744

View file

@ -244,6 +244,7 @@ These methods can be used together, like this:
```js ```js
// get a list of unprocessed mutations // get a list of unprocessed mutations
// should be called before disconnecting if you care about possibly unhandled recent mutations
let mutationRecords = observer.takeRecords(); let mutationRecords = observer.takeRecords();
// stop tracking changes // stop tracking changes