trifleJS icon indicating copy to clipboard operation
trifleJS copied to clipboard

window.setTimeout never triggers after 3s

Open juliensobrier opened this issue 9 years ago • 1 comments

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.

juliensobrier avatar Feb 08 '15 05:02 juliensobrier

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 avatar Feb 22 '15 01:02 sdesalas