appendChild method

Node appendChild(
  1. Node node
)

Implementation

Node appendChild(Node node) =>
    js_util.callMethod(this, 'appendChild', [node]);