Sunday, December 28, 2014

What happens if compiled script (iframe content) is loaded after outer page is parsed


Hello:

Reading the GWT Bootstrap on Googles page

http://www.gwtproject.org/doc/latest/DevGuideOrganizingProjects.html#DevGuideBootstrap

I wonder what happens if host page is parsed before iframe's contents are loaded.
Does it wait for it ? Does it do anything ?

I know onInjectionDone() function is called when outer page is parsed ( by <script defer > ) . And it calls maybeStartModule() , but i don't see if
onInjectionDone() performs some kind of checking


Thanks and regards

--
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 google-web-toolkit+unsubscribe@googlegroups.com.
To post to this group, send email to google-web-toolkit@googlegroups.com.
Visit this group at http://groups.google.com/group/google-web-toolkit.
For more options, visit https://groups.google.com/d/optout.

No comments:

Post a Comment