LearnNewsExamplesServices
Frontmatter
id5625
titleReplace setTimeout() calls when possible
stateClosed
labels
enhancement
assigneestobiu
createdAtJul 26, 2024, 3:54 PM
updatedAtJul 26, 2024, 4:16 PM
githubUrlhttps://github.com/neomjs/neo/issues/5625
authortobiu
commentsCount0
parentIssuenull
subIssues[]
subIssuesCompleted0
subIssuesTotal0
blockedBy[]
blocking[]
closedAtJul 26, 2024, 4:16 PM

Replace setTimeout() calls when possible

Closed v8.1.0 enhancement
tobiu
tobiu commented on Jul 26, 2024, 3:54 PM

core.Base has a timeout() 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.

tobiu added the enhancement label on Jul 26, 2024, 3:54 PM
tobiu assigned to @tobiu on Jul 26, 2024, 3:54 PM
tobiu referenced in commit 53c1d53 - "Replace setTimeout() calls when possible #5625" on Jul 26, 2024, 3:55 PM
tobiu referenced in commit e506aab - "#5625 apps folder" on Jul 26, 2024, 4:09 PM
tobiu referenced in commit 45c48d2 - "#5625 docs app" on Jul 26, 2024, 4:11 PM
tobiu referenced in commit 68cd873 - "#5625 examples folder" on Jul 26, 2024, 4:16 PM
tobiu closed this issue on Jul 26, 2024, 4:16 PM