Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.dom
/
Document
/
createCDATASection
create
CDATASection
fun
createCDATASection
(
data
:
String
)
:
CDATASection
(
source
)
Returns a CDATASection node whose data is data.
MDN Reference