Polymer / polymer

Our original Web Component library.
https://polymer-library.polymer-project.org/
BSD 3-Clause "New" or "Revised" License
22.05k stars 2.01k forks source link

Fix `Polymer.dom(el).attachShadow/shadowRoot` #5690

Closed sorvell closed 2 years ago

sorvell commented 2 years ago

Polymer itself does not need this since it directly uses ShadyDOM.wrap, but since this is a foot gun omission, attachShadow and shadowRoot is added here to the DOM wrapper returned by Polymer.dom.