menu
js_bindings package
documentation
bindings/dom.dart
PropsElement
setAttributeNodeNS method
setAttributeNodeNS method
dark_mode
light_mode
setAttributeNodeNS
method
Attr
?
setAttributeNodeNS
(
Attr
attr
)
Implementation
Attr? setAttributeNodeNS(Attr attr) => js_util.callMethod(this, 'setAttributeNodeNS', [attr]);
js_bindings package
documentation
bindings/dom
PropsElement
setAttributeNodeNS method
PropsElement extension on
Element