Search Results

0
votes

Facing problem in setting Expire Time for custom build Dojo script

I don't really get your question. People usually create custom dojo builds because they want to include only the packages they need. By creating your build, you're not working on caching is …
0
votes

How to clean up after using dojo ?

You're considering using "onunload", so I think you want to free memory when users are leaving the page. Javascript objects are not shared from one page to another, leaving the HTML page sh …