Hi,
I have written an app using dojo that allocates a lot of data during its lifetime. Is there a way I can ensure that all the memory has been released when I am done?
Is there a method like dojo.data.destroyAllStores()
that I can use with the <body onunload>
tag?
Thanks.