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
Copy file name to clipboardExpand all lines: 1-js/06-advanced-functions/08-settimeout-setinterval/article.md
+1-1
Original file line number
Diff line number
Diff line change
@@ -297,6 +297,6 @@ Please note that all scheduling methods do not *guarantee* the exact delay.
297
297
For example, the in-browser timer may slow down for a lot of reasons:
298
298
- The CPU is overloaded.
299
299
- The browser tab is in the background mode.
300
-
- The laptop is on battery.
300
+
- The laptop is on battery saving mode.
301
301
302
302
All that may increase the minimal timer resolution (the minimal delay) to 300ms or even 1000ms depending on the browser and OS-level performance settings.
0 commit comments