setEndBefore method

void setEndBefore(
  1. Node node
)

The Range.setEndBefore() method sets the end position of a Range relative to another Node. The parent Node of end of the Range will be the same as that for the referenceNode.

Implementation

external void setEndBefore(Node node);