WebComponentsJS with IE10

I am trying to use webcomponentsjs from http://webcomponents.org/ . Unfortunately, the information on this topic and on this website is extremely messy and complex. The browser support matrix on the website does not mean IE support. However, the matrix on GitHub says it has IE support, but two of the four categories are β€œflaky” (and they don’t mention what it means): https://github.com/webcomponents/webcomponentsjs

The version of this bower library bower not work at all for me in any browser due to a reported error ( https://github.com/webcomponents/webcomponentsjs/issues/180 ). The problem has been fixed, but it does not seem to be included in the new release. So I just used the webcomponents.js file from the main branch, and now it works in modern web browsers like Chrome and Firefox.

Unfortunately, it does not work at all for IE10 (it just does nothing, but there are no errors). Then I tried the example web component ( http://webcomponents.org/hello-world-element/ ), which also does not appear in IE.

Looking at the GitHub page, it looks like this can, at least in part, work in IE10. I want to say that the wording of this project is extremely vague and contradictory.

This leads me to my question: Do web components work with webcomponents.js polyfill in IE10? In particular, what does not work in IE10? I know that some things do, but as you can see from the hell-world application, not everything does.

+8
javascript web-component
source share

No one has answered this question yet.

See related questions:

6
Webfiles.js does not work: Safari & Firefox
5
Are web components available in IE11 and Edge?
4
Why selector: host only works in chrome with platform.js?
2
Angular ng-repeat, Gridster and Web Components conflict
2
webcomponents.js Shadow DOM: host selector not working in Safari and Firefox
one
How to download web components using webpack
one
Upload file using HTML5 FormData not working for IE10 desktop
one
Absolute paths not allowed to Dart WebComponent
0
Webcomponents.js issue in IE and Firefox
0
HTML import of polyfill web components not working in firefox

All Articles