toggle menu
kilua-project
0.0.15
common
switch theme
search in API
kilua-dom
/
web.dom
/
Document
/
createElementNS
create
Element
NS
fun
createElementNS
(
namespace
:
String
?
,
qualifiedName
:
String
)
:
Element
fun
createElementNS
(
namespace
:
String
?
,
qualifiedName
:
String
,
options
:
ElementCreationOptions
)
:
Element