StaticRange: endOffset property
Baseline Widely available
This feature is well established and works across many devices and browser versions. It’s been available across browsers since July 2020.
TheendOffset property of theStaticRangeinterface returns the offset into the end node of the range's end position.
In this article
Value
An integer value indicating the number of characters into theNodeindicated byendContainer at which the finalcharacter of the range is located.
Specifications
| Specification |
|---|
| DOM> # ref-for-dom-range-endoffset①> |