We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.
By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.
Already on GitHub? Sign in to your account
Currently, the Node class contains members not present in JavaScript's Node class. Namely,
def attributes: NamedNodeMap = js.native def hasAttributes(): Boolean = js.native
def attributes: NamedNodeMap = js.native
def hasAttributes(): Boolean = js.native
These should be removed.
The text was updated successfully, but these errors were encountered:
Merge pull request #775 from zetashift/fix/#772
9219568
Remove attributes members from Node class
Successfully merging a pull request may close this issue.
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.
The text was updated successfully, but these errors were encountered: