scala-js/scala-js-dom

Remove attributes class members from Node

andriygm opened this issue · 0 comments

Currently, the Node class contains members not present in JavaScript's Node class. Namely,

def attributes: NamedNodeMap = js.native
def hasAttributes(): Boolean = js.native

These should be removed.