v2.8.0
What's Changed
Added utility method to get bv container elements from open shadow dom.
Methods
shadowQuerySelectorAll- (node, matchSelector) - Returns Nodes matching with match selector.findShadowRoots- (node) - Returns a list of all the shadow roots found in the given root element and its descendants.filterShadowHosts- (node) - Returns NodeFilter.findElementsInShadowDomByMatchSector- (node, matchSelector) - Returns a NodeList of all elements within the shadow DOM of the shadowElement parameter that match the matchSelector parameter.