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 unnecessary polyfills #567

Open
negezor opened this issue Jul 12, 2024 · 1 comment
Open

Remove unnecessary polyfills #567

negezor opened this issue Jul 12, 2024 · 1 comment
Labels
enhancement New feature or request

Comments

@negezor
Copy link

negezor commented Jul 12, 2024

Screenshot
image

Expected Behaviour
No polyfills

Actual Behaviour
Provided a polyfill for await and iterator, which appeared in 2016 in the vast majority of browsers. And in Node.js from version 7.6.0. This hurts both performance and codebase size.

Further Information
Polyfills should be implemented by the end developer to avoid bloating the codebase.

@enisdenjo enisdenjo added the enhancement New feature or request label Jul 17, 2024
@enisdenjo
Copy link
Owner

Related to #551.

Thank you for reporting! There will be a new major release coming soon that will remove some pending deprecations and bump the lowest supported node (which will improve the bundle).

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

2 participants