我正在示例应用程序中尝试 webcomponents。由于某些浏览器不包含某些规范,因此我尝试对这些规范使用 polyfill。在 Mozilla firefox 中,我尝试启用键 dom.webcomponents.enabled 并添加一些 polyfill(不在浏览器中)。我使用了来自 webcomponents.js polyfill 的 HTML Import polyfill。
HTMLImport 仍然不能在 firefox、internet explorer 中工作(即使使用 polyfill)。( https://github.com/webcomponents/webcomponentsjs )
我还尝试了 customElements v1 polyfill,不能在 Internet Explorer 和 Firefox 中工作。( https://github.com/webcomponents/custom-elements )
有没有人成功地将 HTMLimports polyfill 与 customElements V1 polyfill 包括在内?