Skip to content

Commit ee8183b

Browse files
authored
add example of displaying time in H:MM:SS format 6.66 times per second.
1 parent ddadbfe commit ee8183b

File tree

1 file changed

+5
-1
lines changed

1 file changed

+5
-1
lines changed

doc/issues.log.md

Lines changed: 5 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -3,7 +3,11 @@
33
44
### Issues, that could have been spotted during the development
55

6-
- A ~10ms delay interval, from an old third-party library, constantly consuming approximately 10% of CPU solely to check if the window was resized.
6+
- Timers with short delays unjustified for the use case, wasting CPU time.
7+
8+
- A ~10ms delay interval, from an old third-party library, constantly consuming approximately 10% of CPU solely to check if the window was resized.
9+
10+
- A 150ms delay interval, displaying time in `H:MM:SS` format (1 second precision); and displaying it via `innerHTML`.
711

812
- A bundled dependency library that utilizes the `eval` function, thereby preventing the removal of `unsafe-eval` from the `Content-Security-Policy` header.
913

0 commit comments

Comments
 (0)