fritz2
Toggle table of contents
js
Target filter
js
Switch theme
Search in API
Skip to content
fritz2
core
/
dev.fritz2.core
/
asElementList
as
Element
List
js
fun
NodeList
.
asElementList
(
)
:
List
<
HTMLElement
>
Creates a
DomNodeList
containing all
HTMLElement
s from the DOM API based
NodeList
.
See also
Dom
Node
List