Day
Index of 5 entries from . This day is part of week 01, and is day number 004 of year 2024. All entries belong to a single category, talkie.
See all entries from , or more entries from .
Separate voice loader component
- Make repeated voice loading reusable. - Load voices in both options and popup. - Retry as long as the page is open, although with exponentially increasing delays.
Trigger loading voices in multiple places
Wait longer for voice load before warning
Clear more setTimeout identifiers
- Keep track of identifiers returned from `setTimeout`/`setInterval` calls, and clear them where possible. - Can make a difference in React, where stray/late timer executions may …→ Full commit message