removeChild method

Node removeChild(
  1. Node child
)

Implementation

Node removeChild(Node child) =>
    js_util.callMethod(this, 'removeChild', [child]);