This method was used to load external scripts in parallel, preserving the execution order.
It has some drawbacks, for example, in IE and Opera, even if scripts are loaded in parallel, other external resources, such as images, stylesheets, other frames, etc., are blocked from loading to loading scripts.
But for now, I would recommend including external scripts using DOM scripts, generating dynamically script elements, but you should take care of IE memory leak .
Check this test page to see your browser behavior.
source share