unobserve method

void unobserve(
  1. Element target
)

The IntersectionObserver method unobserve() instructs the IntersectionObserver to stop observing the specified target element.

Implementation

external void unobserve(Element target);