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

Replace DomUtil.remove() with Element.remove() #8735

Merged
merged 1 commit into from
Dec 22, 2022
Merged

Conversation

jonkoops
Copy link
Collaborator

Removes the DomUtil.remove() function and replaces it with the standard Element.remove() method. DomUtil.remove() was a polyfill, which is no longer required now that we have raised our target browsers.

This also removes DomUtil.remove() as an API, thus this is a breaking change.

@jonkoops jonkoops merged commit 2f6aad5 into main Dec 22, 2022
@jonkoops jonkoops deleted the remove-domutil-remove branch December 22, 2022 19:08
theGOTOguy pushed a commit to theGOTOguy/Leaflet that referenced this pull request Dec 22, 2022
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Projects
None yet
Development

Successfully merging this pull request may close these issues.

2 participants