On Sunday, October 19, 2014 12:13:04 AM UTC+2, Goktug Gokdogan wrote: > > Is there any fundamental reason why we don't support script tags for > Cross-Site-IFrame? >
IIRC that might have to do with detecting when scripts have finished loading, because <script> in gwt.xml are guaranteed to be loaded when onModuleLoad is run. Maybe the issue is moot now that we dropped support for IE6/7? …or maybe just because script injection worked using document.write() and nobody took the time to implement it differently for xsiframe? (I suppose there was a use-case for loading a module asynchronously, where document.write wouldn't work) -- You received this message because you are subscribed to the Google Groups "GWT Contributors" group. To unsubscribe from this group and stop receiving emails from it, send an email to [email protected]. To view this discussion on the web visit https://groups.google.com/d/msgid/google-web-toolkit-contributors/0978c42d-530c-46a1-ada2-a4e328b0e889%40googlegroups.com. For more options, visit https://groups.google.com/d/optout.
