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

Clean up "Array.from" in codebase #3109

Closed
mmmavis opened this issue May 6, 2019 · 0 comments · Fixed by #4262
Closed

Clean up "Array.from" in codebase #3109

mmmavis opened this issue May 6, 2019 · 0 comments · Fixed by #4262

Comments

@mmmavis
Copy link
Collaborator

mmmavis commented May 6, 2019

From #3023 (comment)

It turns out that querySelectorAll returns a static NodeList, so we don't need the Array.from anymore.

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