Are there any plans to support the 'async' and 'defer' attributes of the 
'script' tag in 
ScriptInjector<http://www.gwtproject.org/javadoc/latest/com/google/gwt/core/client/ScriptInjector.html>
 ?

Also, is it true that since the injected script in ScriptInjector is of 
type 
'text/javascript'<https://gwt.googlesource.com/gwt/+/master/user/src/com/google/gwt/core/client/ScriptInjector.java>,
 browsers will hold the execution of the UI-Thread until that script is 
loaded because of a potential 'document.write()'?
If so, is the Code Splitting Feature of Gwt also affected by this, since it 
uses ScriptInjector internally?

Best regards, Oliver

-- 
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To unsubscribe from this group and stop receiving emails from it, send an email 
to [email protected].
To post to this group, send email to [email protected].
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/groups/opt_out.

Reply via email to