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.
The endOffset property of the StaticRange interface returns the offset into the end node of the range's end position.
Value
An integer value indicating the number of characters into the Node indicated by endContainer at which the final character of the range is located.
Specifications
| Specification |
|---|
| DOM> # ref-for-dom-range-endoffset①> |