Lazy loading dojo modules: does dojo check it's cache?
- by Kniganapolke
When evaluating dojo.require statements, dojo tracks which modules and resources have been required and doesn't download them many times, but takes them from cache.
But what if I require a module lazily, for example, when a button is clicked, - does dojo check it's cache?