Flyweight DOM - v2.3.0
    Preparing search index...

    Function getElementsByTagName

    • Returns an array of elements with the given tag name.

      Parameters

      • root: Node

        The root node where the lookup starts.

      • tagName: string

        A string representing the name of the elements. The special string * represents all elements.

      Returns Element[]