You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
if setting attribute is correctly implemented. The interesting thing about this.attribtues is that it's map, where we have both indices and key names. So if we have this html
<divid="foo" bar="qux">hello</div>
then el.attributes[1] will be AttributeNode, but also it can be accessed with el.attributes.bar
They are pretty small addition, which can easily be implemented.
The text was updated successfully, but these errors were encountered: