We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 29fdba4 commit 2526eb0Copy full SHA for 2526eb0
src/index.ts
@@ -70,10 +70,7 @@ export const polyfills = {
70
}
71
72
export function isSupported() {
73
- return (
74
- baseSupport &&
75
- Object.values(polyfills).every(polyfill => polyfill.isSupported())
76
- )
+ return baseSupport && Object.values(polyfills).every(polyfill => polyfill.isSupported())
77
78
79
export function isPolyfilled() {
0 commit comments