>
>
>    
>    - when it does run, because it's running asynchronously, the hook we 
>    inject which uses document.write() encounters the error "Failed to execute 
>    'write' on 'Document': It isn't possible to write into a document from an 
>    asynchronously-loaded external script unless it is explicitly opened."
>
>
Change the JS you added through your custom linker to not use 
document.write(). Instead use real DOM operations as that should fix the 
error you are seeing. 

But yeah you are right, the behavior is a bit different with SDM as it 
needs to wait for the CodeServer to complete compilation and provide the 
real *.nocache.js file.

-- J.

-- 
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/1ac9c201-441f-40b9-b9bf-7a261b6f5341%40googlegroups.com.
For more options, visit https://groups.google.com/d/optout.

Reply via email to