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