Function qsa

  • Shortcut for querySelectorAll with :scope prefix.

    Type Parameters

    • T extends Element = HTMLElement

    Parameters

    • scope: ParentNode
    • selectors: string

    Returns NodeListOf<T>