Lazy loading dojo modules: does dojo check it's cache?

Posted by Kniganapolke on Stack Overflow See other posts from Stack Overflow or by Kniganapolke
Published on 2010-04-09T16:00:16Z Indexed on 2010/04/09 16:03 UTC
Read the original article Hit count: 313

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?

© Stack Overflow or respective owner

Related posts about dojo

Related posts about lazy-loading