main-thread-scheduling
Advanced tools
Comparing version 14.1.0 to 14.1.1
{ | ||
"name": "main-thread-scheduling", | ||
"version": "14.1.0", | ||
"version": "14.1.1", | ||
"description": "Fast and consistently responsive apps using a single function call", | ||
@@ -5,0 +5,0 @@ "license": "MIT", |
@@ -38,2 +38,5 @@ import withResolvers from './utils/withResolvers'; | ||
stop() { | ||
if (!this.available) { | ||
return; | ||
} | ||
cancelIdleCallback(this.#idleCallbackId); | ||
@@ -40,0 +43,0 @@ this.#idleCallbackId = undefined; |
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
31459
559