UNPKG

159 BJavaScriptView Raw
1// For @onsenui/custom-elements
2if (window.customElements) { // even if native CE1 impl exists, use polyfill
3 window.customElements.forcePolyfill = true;
4}