• Skip to main content
  • Skip to search
    • Technologies Overview
    • HTML
    • CSS
    • JavaScript
    • Graphics
    • HTTP
    • APIs
    • Browser Extensions
    • MathML
    • Learn web development
    • Tutorials
    • References
    • Developer Guides
    • Accessibility
    • Game development
    • ...more docs
    • Send Feedback
    • Contribute to MDN
    • Report a content issue 🌐
    • Report a platform issue 🌐
  1. 開発者向けのウェブ技術
  2. Web API
  3. IntersectionObserver
  4. IntersectionObserver.disconnect()
  • Change language
  • View in English

Table of contents

  • 構文
  • 仕様書
  • ブラウザーの互換性
  • 関連情報

IntersectionObserver.disconnect()

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

構文

intersectionObserver.disconnect();

引数

なし。

返値

undefined。

仕様書

仕様書 状態 備考
Intersection Observer
IntersectionObserver.disconnect() の定義
草案 初回定義

ブラウザーの互換性

BCD tables only load in the browser

関連情報

  • observe()
  • unobserve() (en-US)

Found a problem with this page?

  • Source on GitHub
  • Report a problem with this content on GitHub
  • Want to fix the problem yourself? See our Contribution guide.

Last modified: Apr 19, 2021, by MDN contributors

Change your language

Related Topics

  1. Intersection Observer API
  2. IntersectionObserver
  3. コンストラクター
    1. IntersectionObserver()
  4. プロパティ
    1. root
    2. rootMargin
    3. thresholds
  5. メソッド
    1. disconnect()
    2. observe()
    3. takeRecords()
    4. unobserve()
  6. Intersection Observer API に関連するページ
    1. IntersectionObserverEntry
  • Web Technologies
  • Learn Web Development
  • About MDN
  • Feedback
  • About
  • MDN Web Docs Store
  • Contact Us
  • Firefox

MDN

Mozilla

© 2005-2021 Mozilla and individual contributors. Content is available under these licenses.

  • Terms
  • Privacy
  • Cookies