20:39
<jschoi>
namely, setTimeout is not in the language, which is what idiomatically is used for pause/sleep
I’ve often wondered how feasible it would be to have an Ecma-262 annex for adding optional debounce and throttle methods to Function or Function.prototype, versus adding them somewhere in HTML/WinterTC. (Those two were some of the stars of proposal-function-helpers…)