求dojo/domReady不能在sync loader下使用的原因

I saw there was a sentence "You should not use dojo/domready! with modules that may be loaded with the legacy synchronous loader" in topic http://dojotoolkit.org/reference-guide/1.8/dojo/domReady.html .

It explains that domready under sync loader may cause dojo/ready to invoke its callbacks even required modules are not loaded. I don't understand why.

My understanding is,Under sync loader,all module are loaded through XMLHttpRequest. They are loaded in a sequence. The sequence blocks DOM to parse. So,DOMContentLoaded event should always be fired at end. This means,Modules are all loaded before DomContentLoaded. dojo/domready also means dojo/ready.

Am I wrong? Please correct me.

相关文章

我有一个网格,可以根据更大的树结构编辑小块数据.为了更容易...
我即将开始开发一款教育性的视频游戏.我已经决定以一种我可以...
我正在使用带有Grails2.3.9的Dojo1.9.DojoNumberTextBox小部...
1.引言鉴于个人需求的转变,本系列将记录自学arcgisapiforja...
我正在阅读使用dojo’sdeclare进行类创建的语法.描述令人困惑...
我的团队由更多的java人员和JavaScript经验丰富组成.我知道这...