We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
Add polyfills for:
Promise.try
Set.prototype.intersection
Set.prototype.union
Set.prototype.difference
Set.prototype.symmetricDifference
Set.prototype.isSubsetOf
Set.prototype.isSupersetOf
Set.prototype.isDisjointFrom
Iterator.prototype.map
Iterator.prototype.filter
Iterator.prototype.take
Iterator.prototype.drop
Iterator.prototype.flatMap
Iterator.prototype.reduce
Iterator.prototype.toArray
Iterator.prototype.forEach
Iterator.prototype.some
Iterator.prototype.every
Iterator.prototype.find
Iterator.from
It seems like these are available in the latest version of https://github.com/mrhenry/polyfill-library
These are aliased under the es2025 feature label
es2025
The text was updated successfully, but these errors were encountered:
No branches or pull requests
Add polyfills for:
Promise.try
Set.prototype.intersection
Set.prototype.union
Set.prototype.difference
Set.prototype.symmetricDifference
Set.prototype.isSubsetOf
Set.prototype.isSupersetOf
Set.prototype.isDisjointFrom
Iterator.prototype.map
Iterator.prototype.filter
Iterator.prototype.take
Iterator.prototype.drop
Iterator.prototype.flatMap
Iterator.prototype.reduce
Iterator.prototype.toArray
Iterator.prototype.forEach
Iterator.prototype.some
Iterator.prototype.every
Iterator.prototype.find
Iterator.from
It seems like these are available in the latest version of https://github.com/mrhenry/polyfill-library
These are aliased under the
es2025
feature labelThe text was updated successfully, but these errors were encountered: