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
We include Promise and WeakMap polyfills to the library, but both have 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.
The text was updated successfully, but these errors were encountered:
We include
Promise
andWeakMap
polyfills to the library, but both have 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.
The text was updated successfully, but these errors were encountered: