Unanswered: Aborting request made through Ext.direct
Unanswered: Aborting request made through Ext.direct
Hi All,
I have a store which is loaded w.r.t items from a list using Extjs direct proxy.
proxy : {
type: 'direct',
api: {
read: data
}
}
If two request are sent through Ext.direct, how can i abort the first request as soon as second request is been initiated.
Ext.data.connection class provides options to abort an existing request.