From 33058f2b292b3a581333bdfb21b8f671898c5060 Mon Sep 17 00:00:00 2001 From: Peter Bengtsson Date: Tue, 8 Dec 2020 14:40:17 -0500 Subject: initial commit --- .../api/intersectionobserver/disconnect/index.html | 61 ++++++++++++++++++++++ 1 file changed, 61 insertions(+) create mode 100644 files/ja/web/api/intersectionobserver/disconnect/index.html (limited to 'files/ja/web/api/intersectionobserver/disconnect/index.html') diff --git a/files/ja/web/api/intersectionobserver/disconnect/index.html b/files/ja/web/api/intersectionobserver/disconnect/index.html new file mode 100644 index 0000000000..406a9c2e2a --- /dev/null +++ b/files/ja/web/api/intersectionobserver/disconnect/index.html @@ -0,0 +1,61 @@ +--- +title: IntersectionObserver.disconnect() +slug: Web/API/IntersectionObserver/disconnect +tags: + - API + - Disconnect + - Intersection Observer + - Intersection Observer API + - IntersectionObserver + - Method + - Reference + - メソッド +translation_of: Web/API/IntersectionObserver/disconnect +--- +
{{APIRef("Intersection Observer API")}}
+ +

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

+ +

構文

+ +
intersectionObserver.disconnect();
+ +

引数

+ +

なし。

+ +

返値

+ +

undefined

+ +

仕様書

+ + + + + + + + + + + + + + + + +
仕様書状態備考
{{SpecName('IntersectionObserver','#dom-intersectionobserver-disconnect','IntersectionObserver.disconnect()')}}{{Spec2('IntersectionObserver')}}初回定義
+ +

ブラウザーの互換性

+ + + +

{{Compat("api.IntersectionObserver.disconnect")}}

+ +

関連情報

+ + -- cgit v1.2.3-54-g00ecf