We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent c1098fc commit 8c26d86Copy full SHA for 8c26d86
1 file changed
README.md
@@ -114,7 +114,7 @@ class HTMLElement{
114
this removeWhitespace()
115
Node[] querySelectorAll(string selector)
116
Node querySelector(string selector)
117
- this matches(string selector)
+ boolean matches(string selector)
118
HTMLElement[] getElementsByTagName(string tagName)
119
Node closest(string selector)
120
Node appendChild(Node node)
0 commit comments