Searched defs:querySelectorAll (Results 1 – 3 of 3) sorted by relevance
11438 …querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNa… method11439 …querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagName… method11440 querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>; method
11418 …querySelectorAll<K extends keyof HTMLElementTagNameMap>(selectors: K): NodeListOf<HTMLElementTagNa… method11419 …querySelectorAll<K extends keyof SVGElementTagNameMap>(selectors: K): NodeListOf<SVGElementTagName… method11420 querySelectorAll<E extends Element = Element>(selectors: string): NodeListOf<E>; method
16529 querySelectorAll(selectors: string): NodeListOf<Element>; method