IntersectionObserver: disconnect() メソッド

Baseline Widely available

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

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

構文

js
disconnect()

引数

なし。

返値

なし (undefined)。

仕様書

Specification
Intersection Observer
# dom-intersectionobserver-disconnect

ブラウザーの互換性

BCD tables only load in the browser

関連情報