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
Can we avoid the repeated calls to Date.now in the tight loop in nextStep?
The problem here is that an event handler triggered by setTimeout won't be processed until the current event handler being executed yields to the browser.
The text was updated successfully, but these errors were encountered:
Can we avoid the repeated calls to
Date.now
in the tight loop innextStep
?The problem here is that an event handler triggered by
setTimeout
won't be processed until the current event handler being executed yields to the browser.The text was updated successfully, but these errors were encountered: