Get to know MDN better
This feature is well established and works across many devices and browser versions. It’s been available across browsers since March 2019.
The unobserve() method of the IntersectionObserver interface instructs the IntersectionObserver to stop observing the specified target element.
The Element to cease observing. If the specified element isn't being observed, this method does nothing and no exception is thrown.
None (undefined).
This snippet shows an observer being created, an element being observed, and then being unobserved.
| Intersection Observer # dom-intersectionobserver-unobserve |
Enable JavaScript to view this browser compatibility table.
This page was last modified on Jun 24, 2025 by MDN contributors.
Your blueprint for a better internet.
Visit Mozilla Corporation’s not-for-profit parent, the Mozilla Foundation.
Portions of this content are ©1998–2026 by individual mozilla.org contributors. Content available under a Creative Commons license.