We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents e540a78 + a60232b commit b1d3a98Copy full SHA for b1d3a98
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