We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent e540a78 commit a60232bCopy full SHA for a60232b
src/index.ts
@@ -67,6 +67,6 @@ export function isPolyfilled() {
67
68
export function apply() {
69
for (const polyfill of Object.values(polyfills)) {
70
- polyfill.apply()
+ if (!polyfill.isSupported()) polyfill.apply()
71
}
72
0 commit comments