Closed robdodson closed 8 years ago
Polymer has a light weight shadow dom shim that it ships with called shady DOM. We usually recommend using webcomponents-lite.js so you don't have to download the entire shadow dom polyfill (which is massive and slow).
webcomponents-lite.js
Thanks @robdodson!
Polymer has a light weight shadow dom shim that it ships with called shady DOM. We usually recommend using
webcomponents-lite.js
so you don't have to download the entire shadow dom polyfill (which is massive and slow).