Probably not. But still would be nice to have it. Kinda hard to believe that modern standards do not support it.
Update: I would like to load scripts concurrently as opposed to the asynchronous scripts execution. So that if there are 10 scripts to load (9 small, 1 big) - in that case the big script won't "stuck" the download of the smaller ones.
Update2: I am loading the scripts by adding the script DOM element via javascript.