compareDocumentPosition method

int compareDocumentPosition(
  1. Node other
)

Implementation

int compareDocumentPosition(Node other) =>
    js_util.callMethod(this, 'compareDocumentPosition', [other]);