unobserve method
void
unobserve(
- Element target
The IntersectionObserver method
unobserve() instructs the
IntersectionObserver to stop observing the specified target
element.
Implementation
external void unobserve(Element target);