Skip to content

Remove attributes class members from Node #772

Closed
@andriygm

Description

@andriygm

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.

Metadata

Metadata

Assignees

No one assigned

    Labels

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions