You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
{{ message }}
This repository has been archived by the owner on May 15, 2023. It is now read-only.
When the page is loaded, I set up a timeout (window.setTimeout). For timeout values of 3s or more, the timeout event never trigger.
With a window.setInterval set to 1s, it stop triggering after 2s.
The work around is to create a window.setTimeout every 1s or so.
The text was updated successfully, but these errors were encountered: