The Timers interface defined in HTML specification is a widely adopted interface among many javascript engine, including all browser’s javascript engines (SpiderMonkey, V8, Chakra…) and the well known NodeJS (V8), but it is not a feature of javascript itself, so I’m wondering if there is any javascript engines that does not provide setTimeout and setInterval as a method of the global object..
The Timers interface defined in HTML specification is a widely adopted interface among many
Share
Afaik jsdb doesn’t provide
setTimeout/setInterval. It does provide a[system.]sleepmethod.