disconnect method

void disconnect()

The IntersectionObserver method disconnect() stops watching all of its target elements for visibility changes.

Implementation

external void disconnect();