Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

setInterval function callback #5

Open
CharlesKuncheria opened this issue May 25, 2015 · 4 comments
Open

setInterval function callback #5

CharlesKuncheria opened this issue May 25, 2015 · 4 comments

Comments

@CharlesKuncheria
Copy link

Why cant we see the setInterval's callback function in the queue?

@jweinsteincbt
Copy link

I see the commands being run in setInterval but not the name of the function in 'Web Apis' column, and setInterval is incorrectly returning null instead of something which can be called by clearInterval.

@juliogc
Copy link

juliogc commented Sep 8, 2017

The return is just a logic breaker to stop the interval when it to be in 5 seconds or higher loop, but the point is just that I'm not able to see the doStiff method in "Web Apis" column to understand how setInterval differs to setTimeout in event loop cicle.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

3 participants