Kotlin Wrappers API Reference
Toggle table of contents
common
Platform filter
common
Switch theme
kotlin-browser
/
web.dom
/
Element
/
removeAttributeNS
remove
Attribute
NS
fun
removeAttributeNS
(
namespace
:
String
?
,
localName
:
String
)
(
source
)
Removes element's attribute whose namespace is namespace and local name is localName.
MDN Reference