Closed CreativeTechGuy closed 2 years ago
prettyShadowDOM processes just element.children. If the element passed is a shadow root, it would need to process element.shadowRoot.children too.
prettyShadowDOM
element.children
element.shadowRoot.children
It seems like something similar to this is needed.
prettyShadowDOM
processes justelement.children
. If the element passed is a shadow root, it would need to processelement.shadowRoot.children
too.It seems like something similar to this is needed.