You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
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.
The text was updated successfully, but these errors were encountered:
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).
Screenshot
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.
The text was updated successfully, but these errors were encountered: