asElementList

fun NodeList.asElementList(): List<HTMLElement>

Creates a DomNodeList containing all HTMLElements from the DOM API based NodeList.

See also