IntersectionObserver.disconnect()

IntersectionObserverdisconnect() メソッドは、すべての対象要素について、表示状態の変化の監視を停止します。

構文

disconnect()

引数

なし。

返値

なし (undefined)。

仕様書

Specification
Intersection Observer
# dom-intersectionobserver-disconnect

ブラウザーの互換性

BCD tables only load in the browser

関連情報