Category "native-web-component"

Polymer 1.x: Incompatible with native web-components?

(tl;dr - yes. However Polymer 2.0 is not and is an easy upgrade.) I am trying to migrate an old front-end code base away from polymer 1.11.3 (webcomponentsjs 0.

WebComponents: how to get the resolved value of a slot in shadow DOM?

I have a web component and I want to adjust the value of its slot. Unfortunately, I am unable to get the resolved value from it. How can I do that? con