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.
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.