Searched defs:querySelectorAll (Results 1 – 3 of 3) sorted by relevance
10515 …querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNa… method10516 …querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagName… method10517 querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>; method
10535 …querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNa… method10536 …querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagName… method10537 querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>; method
16529 querySelectorAll(selectors: string): NodeListOf<Element>; method