dojox.data.SnapLogicStore._partHandler
dojo.require("dojox.data.SnapLogicStore");
defined in dojox/data/SnapLogicStore.js
Handle the individual replies for both data and length requests.
parameter | type | description |
---|---|---|
request | Object | The request/handle object used with the original fetch() call. |
part | String | A value indicating which request this handler call is for (this.Parts). |
response | Object | Response received from the underlying IO transport. |