-
It would be awesome if there were support for [`setInterval`](https://developer.mozilla.org/en-US/docs/Web/API/WindowOrWorkerGlobalScope/setInterval).
-
https://github.com/zanetakochanikova/xmas-countdown/blob/cc25da61201aadeb2c0c6949535cb2f4721c98be/src/App.js#L20-L28
`calculate` is calling `setState` so it can be just `setTimeout` instead of `set…
-
At least ClearInterval should be called when the `disconnect` event is triggered by socket.io.
[Looking at the code](https://github.com/RafalWilinski/express-status-monitor/blob/master/index.js#L92), …
-
### Describe the bug
I have a function I would like to call periodically so I initialize a setInterval loop in `interval.ts` by importing `handle` in `hooks.server.ts`. The return value from setInter…
-
shouldn't setInterval be wrapped as well?
-
-
I should move to Deno as soon as [this related issue is resolved in their node compatibility layer](https://github.com/denoland/deno/issues/26499) is fixed.
I actually had this set up with Deno or…
-
I've just noticed that setTimeout and setInterval can't be transpiled to Lua with TypescriptToLua but there are some solutions for this in Lua such as timers (wait), coroutines, etc... then why it can…
-
**Is your feature request related to a problem? Please describe.**
When using the `WPP.chat.setChatList`, I can try to keep track of what type of filter was applied, but if the user clear/change the …
-