@wixc3/browser
Advanced tools
Comparing version 2.0.0 to 2.1.0
export class AnimationFrameScheduler { | ||
constructor() { | ||
this.requestAnimationFrameId = 0; | ||
} | ||
requestAnimationFrameId = 0; | ||
start(...args) { | ||
@@ -6,0 +4,0 @@ if (this.requestAnimationFrameId) { |
{ | ||
"name": "@wixc3/browser", | ||
"version": "2.0.0", | ||
"version": "2.1.0", | ||
"description": "Common utils, usable in all environments", | ||
@@ -5,0 +5,0 @@ "module": "dist/index.js", |
Sorry, the diff of this file is not supported yet
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
5617
86