$shadowRoot function
- ShadowRoot shadowRoot
Return a WindowQuery
wrapping the given window. If window is omitted,
the default window instance is used.
Implementation
Query $shadowRoot(ShadowRoot shadowRoot) => new _ShadowRootQuery(shadowRoot);
Return a WindowQuery
wrapping the given window. If window is omitted,
the default window instance is used.
Query $shadowRoot(ShadowRoot shadowRoot) => new _ShadowRootQuery(shadowRoot);