toggle menu
Kotlin Wrappers API Reference
js
switch theme
search in API
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