unobserve method
The unobserve() method of the
ResizeObserver interface ends the observing of a specified
Element or SVGElement.
Implementation
external void unobserve(Element target);
The unobserve() method of the
ResizeObserver interface ends the observing of a specified
Element or SVGElement.
external void unobserve(Element target);