My question is to better understand the following answer:
How to handle incoming ajax requests after destroying window?
I am facing the same issue, but don't believe the solutions in the above answer are needed if I am using ExtJS correctly.From my understanding of the destruction phase the last step is to unregister the instance of the componenet from the component manager and clear all the events. If the framework is taking care of this shouldn't the request/callback be cancelled?