Open ebidel opened 8 years ago
Sometimes I get the error "window.customElements" is not defined. There seems to be a dep on CE in this polyfill.
This issue has been automatically marked as stale because it has not had recent activity. It will be closed if no further activity occurs. Thank you for your contributions.
I'm trying to load the polyfills conditionally, async and am not able to shim styles.
http://jsbin.com/qaxifecapa/edit?html,output works in Canary, but not in other browsers.
If you uncomment the
<script>
tags in that jsbin that load the polyfills and replace this:with:
then the demo works as expected.