We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
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
My assumption is that Teaspoon.defer = true; stops the code from executing and starts after 100 second with setTimeout(Teaspoon.execute, 100000);
Teaspoon.defer = true;
setTimeout(Teaspoon.execute, 100000);
However, I do not see my code slow down at all. What am I doing wrong, or is it a bug?
Teaspoon.defer = true; setTimeout(Teaspoon.execute, 100000); // defers execution for 100 second
The text was updated successfully, but these errors were encountered:
did you figure it out ?
Sorry, something went wrong.
No branches or pull requests
My assumption is that
Teaspoon.defer = true;
stops the code from executing and starts after 100 second withsetTimeout(Teaspoon.execute, 100000);
However, I do not see my code slow down at all. What am I doing wrong, or is it a bug?
Teaspoon.defer = true;
setTimeout(Teaspoon.execute, 100000); // defers execution for 100 second
The text was updated successfully, but these errors were encountered: