You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Note to self: When this is implemented, it might be worth it measuring the execution time of the progress-callbacks while executing them, so its result can be subtracted from the interval time. We can set this to a minimum interval time to ensure there is nothing from the current interval event left in the thread, but also keep the actual interval time as precise as possible (as would happen when using setInterval over recursive setTimeout).
Because setInterval could clog up script execution.
The text was updated successfully, but these errors were encountered: