-
Notifications
You must be signed in to change notification settings - Fork 1
Open
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation
Description
I've found two polyfills.
- A polyfill just for custom elements, which I've tested and works - it is currently used for the demo/docs site:
<script src="https://unpkg.com/@ungap/custom-elements"></script>- The full web components polyfill. I haven't needed this yet but more extensive testing on old browsers would be a good idea:
<script src="https://unpkg.com/@webcomponents/webcomponentsjs@2.0.0/webcomponents-bundle.js"></script>Reactions are currently unavailable
Metadata
Metadata
Assignees
Labels
documentationImprovements or additions to documentationImprovements or additions to documentation