OptionaldebounceWindow: numberDebounce the handler so that it's called at most
every debounceWindow ms.
ReadonlydisconnectReadonlyobserveLike ResizeObserver:observe except it accepts multiple targets.
ReadonlyobserveLike observe but it ignores the initial almost immediate callback and only calls the callback on a subsequent resize.
If the target is already being observed, nothing is done.
ReadonlyunobserveLike ResizeObserver:unobserve except it accepts multiple targets.
XResizeObserver is an extension of ResizeObserver