AbstractRange: endContainer プロパティ

Baseline Widely available

This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2017.

endContainerAbstractRange インターフェイスの読み取り専用プロパティで、範囲の末尾がある Node を返します。

範囲の最後の文字を含む Node です。

js
let endNode = range.endContainer;

仕様書

Specification
DOM Standard
# ref-for-dom-range-endcontainer①

ブラウザーの互換性

BCD tables only load in the browser