9/14/2010
•
EN
Using `setTimeout` to speed up `window.onload`
Explains how using setTimeout with a 0ms delay can speed up window.onload by preventing JavaScript from blocking the event.