Top "Polymer-2.x" questions

Polymer 2.x is designed to support the new custom elements v1 and shadow DOM v1 specifications being implemented by most major browser vendors, while providing a smooth migration path for Polymer 1.x users.

Uncaught DOMException: Failed to execute 'define' on 'CustomElementRegistry' (Polymer 2.0)

I'm facing this issue while running polymer init on polymer-cli. Uncaught DOMException: Failed to execute 'define' on 'CustomElementRegistry'

polymer web-component polymer-2.x custom-element