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
51e5aa9b2c
commit
4830a26deb
1 changed files with 1 additions and 1 deletions
|
@ -1,7 +1,7 @@
|
|||
|
||||
# Mutation observer
|
||||
|
||||
`MutationObserver` is a built-in object that observes a DOM element and fires a callback if there are changes.
|
||||
`MutationObserver` is a built-in object that observes a DOM element and fires a callback when it detects a change.
|
||||
|
||||
We'll first take a look at the syntax, and then explore a real-world use case, to see where such thing may be useful.
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue