setAttributeNode method

Attr? setAttributeNode(
  1. Attr attr
)

Implementation

Attr? setAttributeNode(Attr attr) =>
    js_util.callMethod(this, 'setAttributeNode', [attr]);