Skip to content

Commit acac4dc

Browse files
authored
Update article.md
1 parent c3b904d commit acac4dc

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)