Open iONinja opened 7 years ago
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.
Is this maybe now covered via the MDN entries for
Supports parameters for callback
?
=>
(MDN data via mdn/browser-compat-data#1296, mdn/browser-compat-data#13087)
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.