Skip to content

Commit 7ee1d58

Browse files
committed
add doc attributes
1 parent f661e4d commit 7ee1d58

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

README.md

Lines changed: 4 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -209,3 +209,7 @@ Returns a reference to the next child element of the current element's parent.
209209
### HTMLElement#textContent
210210

211211
Get or Set textContent of current element, more efficient than [set_content](#htmlelementset_contentcontent-string--node--node).
212+
213+
### HTMLElement#attributes
214+
215+
Get all attributes of current element. **Notice: do not try to change the returned value.**

0 commit comments

Comments
 (0)