Closed jnovatnack closed 10 years ago
It was a surprise for me that if I call Model#fetchAll twice, while the model is loading, then the second, and subsequent, promises will resolve before the model is loaded.
Model#fetchAll
Closed by #387
It was a surprise for me that if I call
Model#fetchAll
twice, while the model is loading, then the second, and subsequent, promises will resolve before the model is loaded.