Repositorio del curso CCOM4030 el semestre B91 del proyecto Artesanías con el Instituto de Cultura

polyfill-switches.js 162B

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