Can script.readyState be trusted to detect the end of dynamic script loading?
In Opera, the script.readyState property cannot be trusted. For example, the readyState “loaded” may be fired before the script runs in Opera 9.64. I performed the same test in Opera 9.64 and Opera 10, with different results. In Opera 9.64, the onreadystatechange handler gets fired twice, once before and once after the script runs. The … Read more