qSA | WebHare Platform SDKWebHare Platform SDKPreparing search index...@webhare/dompackqSAFunction qSAFind multiple elements using a CSS selector Param: node_or_selectorThe starting node or selector Param: selectorThe selector to match if the starting node was specified ReturnsThe requested elements. qSA<E extends Element = HTMLElement>( startnode: QuerySelectorAble, selector: string,): E[]Type ParametersE extends Element = HTMLElementParametersstartnode: QuerySelectorAbleselector: stringReturns E[]qSA<E extends Element = HTMLElement>(selector: string): E[]Type ParametersE extends Element = HTMLElementParametersselector: stringReturns E[]SettingsMember VisibilityProtectedInheritedThemeOSLightDarkWebHare Platform SDKLoading...
Find multiple elements using a CSS selector
Param: node_or_selector
The starting node or selector
Param: selector
The selector to match if the starting node was specified
Returns
The requested elements.