-
Recent Posts
Top Posts & Pages
Tags
- Follow Code for Hire on WordPress.com
Tag Archives: setImmediate
setImmediate, MessageChannel, postMessage broken on Internet Explorer 10
The JavaScript setImmedate function has been proposed and promoted as a faster alternative to setTimeout(fn, 0) (and cleaner than postMessage). While the HTML spec clamps setTimeout(fn, 0) to a minimum delay of 4 ms, setImmediate(fn) is defined to run the … Continue reading →