On Sat, Apr 11, 2009 at 8:23 AM, JoeB <joe.berm...@gmail.com> wrote:

>
> But what if the delay is due to the time it takes for the JavaScript
> to be sent across the network and loaded into the browser (as opposed
> to the onModuleLoad function running to completion)?  e.g. If the
> client becomes large with lots of JavaScript, then it will take more
> time to load.  Will the animated GIF be animated during that time?

All network communication happens in the background.  The Javascript will
not begin executing until it is fully downloaded as it would be to difficult
to attempt to execute partially downloaded Javascript.  During this time the
browser will run as usual, meaning the GIF should be animated.

>


>
> -- Joe
> >
>

--~--~---------~--~----~------------~-------~--~----~
You received this message because you are subscribed to the Google Groups 
"Google Web Toolkit" group.
To post to this group, send email to Google-Web-Toolkit@googlegroups.com
To unsubscribe from this group, send email to 
google-web-toolkit+unsubscr...@googlegroups.com
For more options, visit this group at 
http://groups.google.com/group/Google-Web-Toolkit?hl=en
-~----------~----~----~----~------~----~------~--~---

Reply via email to