I used the store property autoDestroy. Clear memory resources. But I can no longer find this in the API.
I found the ones EXTJSIV-4844 - Ext.data.Store autoDestroy config is missinglisted in 4.1 RC1 Bug Fixes (although I cannot find a thread for this error anywhere).
Now in RC3 this config has left the API, and it is no longer in the source files.
I used Ext.destroyfor views, but never for stores. The way the API describes the method Ext.destroy here , it sounds like this: "This method is for widgets, but it accepts any object and sees what it can do." - In other words, not very final.
Does anyone know if it works Ext.destroyfor stores and removes them from memory? Or what is the recommended way to do this?
source
share