Frontmatter
| id | 5625 |
| title | Replace setTimeout() calls when possible |
| state | Closed |
| labels | enhancement |
| assignees | tobiu |
| createdAt | Jul 26, 2024, 3:54 PM |
| updatedAt | Jul 26, 2024, 4:16 PM |
| githubUrl | https://github.com/neomjs/neo/issues/5625 |
| author | tobiu |
| commentsCount | 0 |
| parentIssue | null |
| subIssues | [] |
| subIssuesCompleted | 0 |
| subIssuesTotal | 0 |
| blockedBy | [] |
| blocking | [] |
| closedAt | Jul 26, 2024, 4:16 PM |
core.Basehas atimeout()method, which will store all timeout ids and clear them, in case the instance gets destroyed.in case we don't need to store the ids manually, we should replace the setTimeout() calls.