I would like to know if the GWT.runAsync method downloads code recursive when calling methods inside the code that is being run async. For example if i have a load() method with let's say 100 lines of code (which also contains some other methods), will GWT download async the code inside load() method ? or will do this only for that line of code (which is actually one)
-- You received this message because you are subscribed to the Google Groups "Google Web Toolkit" group. To post to this group, send email to [email protected]. To unsubscribe from this group, send email to [email protected]. For more options, visit this group at http://groups.google.com/group/google-web-toolkit?hl=en.
