Type alias: DOMCollectionRequest
Ƭ DOMCollectionRequest: DOMElementQueryRequest | DOMElementClassNameRequest | DOMElementTagNameRequest | string
A request to select a collection of elements in the DOM.
remarks
A string will be interpreted as a “query” request.
See Document.querySelectorAll() and DOMElementQueryRequest.