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
Shim element.closest() #317
Comments
|
Thanks for the proposal, but at this moment DOM polyfills are not in the |
|
why not? |
|
"Iterable DOM collections" are in the |
|
@AlexWayfer iterable DOM collections related ECMAScript iterable protocol and required for correct work of many |
|
Theoretically, DOM polyfills could be added to |
|
They can be added to a separate namespace, doesn't required by general namespace requiring. But it's your choise, just an idea. |
Looks like it's not supported on core-js yet? No hits. This one:
http://caniuse.com/#feat=element-closest
That package could be helpful
https://github.com/jonathantneal/closest
The text was updated successfully, but these errors were encountered: