Skip to content
New issue

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

Fix IE11 issue - missing nodeList.forEach #8

Closed
wants to merge 1 commit into from

Conversation

mijnschoen
Copy link

In IE, the nodeList type does not have a forEach method, causing an error in the extension when it tries to traverse the list of elements.
This fix uses the forEach method from the Array type instead to resolve.

Fixes #7

In IE, the nodeList type does not have a forEach method, causing an error in the extension when it tries to traverse the list of elements.
This fix uses the forEach method from the Array type instead to resolve.
@yuhui
Copy link
Owner

yuhui commented Nov 3, 2020

Superseded by #11

@yuhui yuhui closed this Nov 3, 2020
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

Successfully merging this pull request may close these issues.

Does not work in IE (11) due to nodeList.forEach method call
2 participants