appendItem method

DOMPoint appendItem(
  1. DOMPoint newItem
)

Implementation

DOMPoint appendItem(DOMPoint newItem) =>
    js_util.callMethod(this, 'appendItem', [newItem]);