observe method
The observe()
method of the
ResizeObserver interface starts observing the specified
Element or SVGElement.
Implementation
external void observe(
Element target, [
ResizeObserverOptions options,
]);
The observe()
method of the
ResizeObserver interface starts observing the specified
Element or SVGElement.
external void observe(
Element target, [
ResizeObserverOptions options,
]);