Update 2-ui/99-ui-misc/01-mutation-observer/article.md
Co-authored-by: Muhammed Zakir <8190126+MuhammedZakir@users.noreply.github.com>
This commit is contained in:
parent
be28fe248a
commit
cd3fb86f9c
1 changed files with 1 additions and 1 deletions
|
@ -259,7 +259,7 @@ The mere fact that a DOM node is observed doesn't prevent the garbage collection
|
|||
|
||||
## Summary
|
||||
|
||||
`MutationObserver` can react to changes in DOM: attributes, added/removed elements, text content.
|
||||
`MutationObserver` can react to changes in DOM - attributes, text content and adding/removing elements.
|
||||
|
||||
We can use it to track changes introduced by other parts of our code, as well as to integrate with third-party scripts.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue