AbstractRange: endOffset property
The endOffset
property of the 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 Node
indicated by endContainer
at which the final character of the range is located.
Example
js
let endOffset = range.endOffset;
Specifications
Specification |
---|
DOM Standard # ref-for-dom-range-endoffset① |
Browser compatibility
BCD tables only load in the browser