enum class Sandbox
Iframe sandbox options.
ALLOWFORMS
ALLOWPOINTERLOCK
ALLOWPOPUPS
ALLOWSAMEORIGIN
ALLOWSCRIPTS
ALLOWTOPNAVIGATION
createInstance
fun <T> Any?.createInstance(vararg args: dynamic): T
Helper function for creating JavaScript objects from dynamic constructors.