Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.dom
/
Node
/
contains
contains
fun
contains
(
other
:
Node
?
)
:
Boolean
(
source
)
Returns true if other is an inclusive descendant of node, and false otherwise.
MDN Reference