Skip to content

.elements is not writable #25

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.

Activity

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

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