Optional
debounceWindow: numberDebounce the handler so that it's called at most
every debounceWindow
ms.
Readonly
disconnectReadonly
observeLike ResizeObserver:observe except it accepts multiple targets.
Readonly
observeLike 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.
Readonly
unobserveLike ResizeObserver:unobserve except it accepts multiple targets.
XResizeObserver is an extension of ResizeObserver