DOMParser

open external class DOMParser

Exposes the JavaScript DOMParser to Kotlin

Constructors

Link copied to clipboard
fun DOMParser()

Functions

Link copied to clipboard
fun parseFromString(str: String, type: dynamic): Document