You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Let's say <x-bar> extends <x-foo> and each makes a shadowRoot.
It's inconvenient for x-bar to access the shadowRoot created as a result of it being an x-foo. We could expose getShadowRoot('x-foo') to make this easier.
The text was updated successfully, but these errors were encountered:
Let's say
<x-bar>
extends<x-foo>
and each makes a shadowRoot.It's inconvenient for x-bar to access the shadowRoot created as a result of it being an x-foo. We could expose getShadowRoot('x-foo') to make this easier.
The text was updated successfully, but these errors were encountered: