Skip to content

Commit c08dec6

Browse files
authored
Merge pull request #3057 from Binu42/patch-1
Update article.md
2 parents d81a142 + acac4dc commit c08dec6

File tree

1 file changed

+1
-1
lines changed
  • 1-js/06-advanced-functions/08-settimeout-setinterval

1 file changed

+1
-1
lines changed

1-js/06-advanced-functions/08-settimeout-setinterval/article.md

+1-1
Original file line numberDiff line numberDiff line change
@@ -297,6 +297,6 @@ Please note that all scheduling methods do not *guarantee* the exact delay.
297297
For example, the in-browser timer may slow down for a lot of reasons:
298298
- The CPU is overloaded.
299299
- The browser tab is in the background mode.
300-
- The laptop is on battery.
300+
- The laptop is on battery saving mode.
301301

302302
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

Comments
 (0)