Path: blob/main/files/en-us/web/api/abstractrange/endoffset/index.md
6516 views
------{{APIRef("DOM")}}
The endOffset property of the {{domxref("AbstractRange")}} 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 {{domxref("Node")}} indicated by {{domxref("AbstractRange.endContainer", "endContainer")}} at which the final character of the range is located.
Example
Specifications
{{Specifications}}
Browser compatibility
{{Compat}}