Skip to content

Document adding the web components polyfill #5

@danstewart

Description

@danstewart

I've found two polyfills.

  1. 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>

Repository
CodePen

  1. 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>

Repository

Metadata

Metadata

Assignees

No one assigned

    Labels

    documentationImprovements or additions to documentation

    Type

    No type

    Projects

    No projects

    Milestone

    No milestone

    Relationships

    None yet

    Development

    No branches or pull requests

    Issue actions