setStartBefore method

void setStartBefore(
  1. Node node
)

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

Implementation

external void setStartBefore(Node node);