githubashto / enhancejs

Automatically exported from code.google.com/p/enhancejs
Other
0 stars 0 forks source link

add test for ability to queue script loading #2

Open GoogleCodeExporter opened 9 years ago

GoogleCodeExporter commented 9 years ago
Browsers that don't properly fire onload event (or equivalent) will cause 
problems if multiple scripts 
are passed to loadScripts option. It would be nice to add a test to the suite 
that checks for this 
capability.

Original issue reported on code.google.com by scottj...@gmail.com on 6 Feb 2010 at 3:14

GoogleCodeExporter commented 9 years ago
[deleted comment]
GoogleCodeExporter commented 9 years ago
Also, if we could somehow test for the ability to auto-queue execution of 
scripts until their previously appended scripts are loaded, EnhanceJS could 
load scripts in parallel in those browsers. LabJS may have a solution for 
this...

Original comment by scottj...@gmail.com on 14 Jun 2010 at 5:05