Hacker News new | ask | show | jobs
by akamaozu 2232 days ago
setTimeout is non-standard JavaScript too but I bet your code base has multiple instances of its usage.
1 comments

Is it? It's on every browser I know.
Ah, makes sense, it's not part of the spec so it might be missing on other environments. Thank you.