Re: ScriptInjector async /defer

2013-09-16 Thread Oliver Krylow
Thank you for the clarification! I wasn't aware of the different handling of script-inserted scripts and I must admit I misunderstood the async /defer attributes. I was hoping to get on-demand parsing out of it; control over the point in time the browser starts parsing a previously downloaded

Re: ScriptInjector async /defer

2013-09-16 Thread Thomas Broyer
On Monday, September 16, 2013 9:39:41 AM UTC+2, Oliver Krylow wrote: Thank you for the clarification! I wasn't aware of the different handling of script-inserted scripts and I must admit I misunderstood the async /defer attributes. I was hoping to get on-demand parsing out of it;

ScriptInjector async /defer

2013-09-13 Thread Oliver Krylow
Are there any plans to support the 'async' and 'defer' attributes of the 'script' tag in ScriptInjectorhttp://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

Re: ScriptInjector async /defer

2013-09-13 Thread Thomas Broyer
On Friday, September 13, 2013 11:33:49 AM UTC+2, Oliver Krylow wrote: Are there any plans to support the 'async' and 'defer' attributes of the 'script' tag in ScriptInjectorhttp://www.gwtproject.org/javadoc/latest/com/google/gwt/core/client/ScriptInjector.html ? There's no real