Skip to content

Commit dbf1fc9

Browse files
authored
Update article.md
1 parent 1c0b333 commit dbf1fc9

1 file changed

Lines changed: 2 additions & 2 deletions

File tree

2-ui/99-ui-misc/01-mutation-observer/article.md

Lines changed: 2 additions & 2 deletions
Original file line numberDiff line numberDiff line change
@@ -1,9 +1,9 @@
11

22
# Mutation observer
33

4-
`MutationObserver` is a built-in object that observes a DOM element and fires a callback when it detects a change.
4+
همان طور که می دانیم `MutationObserver` یک شی داخلی است که یک عنصر DOM را مشاهده می کند و هنگامی که تغییری را تشخیص می دهد یک تماس برگشتی ایجاد می کند.
55

6-
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.
6+
ابتدا نگاهی به نحو می اندازیم و سپس یک مورد استفاده در دنیای واقعی را بررسی می کنیم تا ببینیم چنین چیزی در کجا ممکن است مفید باشد.
77

88
## Syntax
99

0 commit comments

Comments
 (0)