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

Remove polyfills #983

Open
bdougherty opened this issue Apr 2, 2024 · 0 comments
Open

Remove polyfills #983

bdougherty opened this issue Apr 2, 2024 · 0 comments
Assignees
Labels
enhancement New feature or request

Comments

@bdougherty
Copy link
Member

We include Promise and WeakMap polyfills to the library, but both have now been supported for ~10 years now. Removing both means that we can reduce the bundle size and remove all external dependencies for the production build.

Will need to think a little bit about possible implications of this changing, and of course it would need to be a major version.

@bdougherty bdougherty self-assigned this Apr 2, 2024
@bdougherty bdougherty added the enhancement New feature or request label Apr 2, 2024
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
enhancement New feature or request
Projects
None yet
Development

No branches or pull requests

1 participant