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
In JavaScript, only some browsers support:
scope.setTimeout(function[, delay, param1, param2, ...]);
scope.setInterval(func, delay[, param1, param2, ...]);
It would be great if we could get some data about which browsers support this specific feature.
The text was updated successfully, but these errors were encountered:
Is this maybe now covered via the MDN entries for
Supports parameters for callback
?
=>
Sorry, something went wrong.
(MDN data via mdn/browser-compat-data#1296, mdn/browser-compat-data#13087)
No branches or pull requests
In JavaScript, only some browsers support:
scope.setTimeout(function[, delay, param1, param2, ...]);
(link)scope.setInterval(func, delay[, param1, param2, ...]);
(link)It would be great if we could get some data about which browsers support this specific feature.
The text was updated successfully, but these errors were encountered: