如果发生错误并在 catch 块中捕获,如何停止模型加载?
目前我在我的 extjs 页面中收到“正在加载..”状态。
SampleModel.js
try {
// Error occurs here
} catch (err) {
// How to stop model from loading?
}
如果发生错误并在 catch 块中捕获,如何停止模型加载?
目前我在我的 extjs 页面中收到“正在加载..”状态。
SampleModel.js
try {
// Error occurs here
} catch (err) {
// How to stop model from loading?
}