
committed by
Miško Hevery

parent
46efd4b938
commit
87f60bccfd
@ -110,6 +110,15 @@
|
||||
}
|
||||
</script>
|
||||
|
||||
<script>
|
||||
// Custom elements should always rely on the polyfill to avoid having to include a shim that
|
||||
// handles downleveled ES2015 classes. Especially since that shim would break on IE11 which
|
||||
// can't even parse such code.
|
||||
if (window.customElements) {
|
||||
window.customElements['forcePolyfill'] = true;
|
||||
}
|
||||
</script>
|
||||
|
||||
</head>
|
||||
<body>
|
||||
|
||||
|
Reference in New Issue
Block a user