Skip to content

Fix IE11 "Invalid attempt to spread non-iterable instance" #23

@compulim

Description

@compulim

The following statement will fail in IE11.

[...document.children]

It should be replaced with

[].slice.call(document.children)

Metadata

Metadata

Assignees

No one assigned

    Labels

    No labels
    No labels

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions