Does setTimeout solve the DOMContentLoaded problem?
I've recently been building a simple framework for testing the performance of arbitrary JavaScript code. Whilst doing so I was looking at the some information on setTimeout in "JavaScript the Definitive Guide" by David Flanagan. One paragraph made me think of the DOMContentLoaded Problem: "In practice, setTimeout() tells…