Skip to content
This repository has been archived by the owner on May 15, 2023. It is now read-only.

window.setTimeout never triggers after 3s #44

Open
juliensobrier opened this issue Feb 8, 2015 · 1 comment
Open

window.setTimeout never triggers after 3s #44

juliensobrier opened this issue Feb 8, 2015 · 1 comment

Comments

@juliensobrier
Copy link
Contributor

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.

@sdesalas
Copy link
Owner

HI @juliensobrier thanks will take a look.

Do you have some example js code to replicate? Just wondering wether you are calling .setTimeout() in IE context or in V8 context.

Ta

@sdesalas sdesalas added the bug label Feb 22, 2015
@sdesalas sdesalas added this to the Core API milestone Feb 22, 2015
Sign up for free to subscribe to this conversation on GitHub. Already have an account? Sign in.
Projects
None yet
Development

No branches or pull requests

2 participants