@juggle/resize-observer
Advanced tools
Comparing version 1.1.2 to 1.2.0
import { process } from '../ResizeObserverController'; | ||
import { prettifyConsoleOutput } from './prettify'; | ||
const CATCH_FRAMES = 5; | ||
const requestAnimationFrame = window.requestAnimationFrame; | ||
@@ -82,3 +83,3 @@ const observerConfig = { attributes: true, characterData: true, childList: true, subtree: true }; | ||
this.stop(); | ||
this.run(1); | ||
this.run(CATCH_FRAMES); | ||
} | ||
@@ -85,0 +86,0 @@ observe() { |
{ | ||
"name": "@juggle/resize-observer", | ||
"version": "1.1.2", | ||
"version": "1.2.0", | ||
"description": "Polyfills the ResizeObserver API and supports box size options from the latest spec", | ||
@@ -5,0 +5,0 @@ "main": "./lib/ResizeObserver.js", |
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
License Policy Violation
LicenseThis package is not allowed per your license policy. Review the package's license to ensure compliance.
Found 1 instance in 1 package
44804
633