javascript - Why do ajax request fire after the window/container is destoryed? -


my question better understand following answer:

how handle incoming ajax request after destorying window

i facing same issue, don't believe solutions in above answer needed if using extjs correctly.from understanding of destruction phase last step unregister instance of componenet component manager , clear events. if framework taking care of shouldn't request/callback cancelled?

ajax request should handled controller, not view. can find informations mcv in extjs here : http://docs.sencha.com/extjs/4.2.1/#!/guide/application_architecture


Comments

Popular posts from this blog

c - Bitwise operation with (signed) enum value -

xslt - Unnest parent nodes by child node -

YouTubePlayerFragment cannot be cast to android.support.v4.app.Fragment -