Search Results

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 …