We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent f91938f commit 2089b0aCopy full SHA for 2089b0a
packages/custom-elements/ts_src/custom-elements.ts
@@ -56,7 +56,8 @@ if (
56
!priorCustomElements ||
57
priorCustomElements['forcePolyfill'] ||
58
typeof priorCustomElements['define'] != 'function' ||
59
- typeof priorCustomElements['get'] != 'function'
+ typeof priorCustomElements['get'] != 'function' ||
60
+ typeof priorCustomElements['upgrade'] != 'function'
61
) {
62
installPolyfill();
63
}
0 commit comments