Skip to content

.elements is not writable #25

@itsrachelfish

Description

@itsrachelfish

NodeList objects are immutable. (at least in Firefox)

This means no functions are able to modify basic.elements or .el directly.

Currently .parent() and .find() have to create new elements arrays and overwrite the original.

Metadata

Metadata

Assignees

No one assigned

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions