We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent 1acfa50 commit bd34c0cCopy full SHA for bd34c0c
demo/index.html
@@ -47,7 +47,11 @@
47
<link rel="stylesheet" href="../dist/loading-attribute-polyfill.css" />
48
49
<!-- Include polyfill for custom elements and built-in extends support -->
50
- <script src="//unpkg.com/@ungap/custom-elements"></script>
+ <script
51
+ src="https://unpkg.com/@ungap/custom-elements@1.0.0/min.js"
52
+ integrity="sha384-Qnq8e4Wl3sSEVAjRedbJV4qEzrdUTWrz34w5/aTeTwdbf71mHIS7+LbnfDdazp+6"
53
+ crossorigin="anonymous"
54
+ ></script>
55
</head>
56
<body>
57
<header>
0 commit comments