toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
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