We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 95e72ae commit 3d8337cCopy full SHA for 3d8337c
1 file changed
docs/dom/mutationobserver.md
@@ -98,7 +98,7 @@ var observer = new MutationObserver(function(mutations) {
98
observer.observe(document, { childList: true, subtree: true });
99
```
100
101
-### disconnect(),takeRecords()
+### disconnect(),takeRecords()
102
103
`disconnect()`方法用来停止观察。调用该方法后,DOM 再发生变动,也不会触发观察器。
104
0 commit comments