is timer not a part of Ecma Standard? for example
setTimeout, setInterval
is timer not a part of Ecma Standard? for example
setTimeout, setInterval
That's correct. It does not exist in the official specification. One could construct a valid ECMAScript interpreter that does not know of setTimeout
or setInterval
.
However, it does exist in the HTML standard.