UNPKG

@juggle/resize-observer

Version:

Polyfills the ResizeObserver API and supports box size options from the latest spec

6 lines (5 loc) 230 B
import { resizeObservers } from '../utils/resizeObservers'; var hasSkippedObservations = function () { return resizeObservers.some(function (ro) { return ro.skippedTargets.length > 0; }); }; export { hasSkippedObservations };