We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 6a816da commit 42365deCopy full SHA for 42365de
README.md
@@ -115,7 +115,7 @@ class HTMLElement{
115
Node appendChild(Node node)
116
this insertAdjacentHTML('beforebegin' | 'afterbegin' | 'beforeend' | 'afterend' where, string html)
117
this setAttribute(string key, string value)
118
- this setAttributes(Record~string, string~ attrs)
+ this setAttributes(Record string, string attrs)
119
this removeAttribute(string key)
120
string getAttribute(string key)
121
this exchangeChild(Node oldNode, Node newNode)
@@ -143,7 +143,7 @@ class HTMLElement{
143
string innerHTML
144
string outerHTML
145
string textContent
146
- Record~string, string~ attributes
+ Record<string, string> attributes
147
[number, number] range
148
}
149
class Node{
0 commit comments