Skip to content

Commit f528a8a

Browse files
authored
Update article.md
1 parent 1a5ddf0 commit f528a8a

1 file changed

Lines changed: 1 addition & 0 deletions

File tree

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

Lines changed: 1 addition & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -26,6 +26,7 @@ observer.observe(node, config);
2626
- `attributes` -- attributes های `node`,
2727
- `attributeFilter` --که فقط سلکت شده ها را ببینیم ،attribute name یک ارایه از
2828
- `characterData` -- whether to observe `node.data` (text content),
29+
- `characterData` -- ایا `node.data` (text content) را مشاهده کنیم یا نه
2930

3031
Few other options:
3132
- `attributeOldValue` -- if `true`, pass both the old and the new value of attribute to callback (see below), otherwise only the new one (needs `attributes` option),

0 commit comments

Comments
 (0)