@bytescale/sdk
Advanced tools
Comparing version 3.43.0 to 3.44.0
@@ -0,1 +1,9 @@ | ||
/** | ||
* ------------------------- | ||
* Q: Why not use 'setTimeout'? | ||
* ------------------------- | ||
* A: setTimeout can be paused (e.g., during hibernation), risking JWT expiration before it triggers. | ||
* We therefore use a scheduler to check wall-clock time every second and execute the callback at the scheduled time. | ||
* ------------------------- | ||
*/ | ||
export declare class Scheduler { | ||
@@ -2,0 +10,0 @@ private callbacks; |
{ | ||
"name": "@bytescale/sdk", | ||
"version": "3.43.0", | ||
"version": "3.44.0", | ||
"description": "Bytescale JavaScript SDK", | ||
@@ -5,0 +5,0 @@ "author": "Bytescale <hello@bytescale.com> (https://www.bytescale.com)", |
Sorry, the diff of this file is too big to display
Sorry, the diff of this file is not supported yet
1117755
23085