Open geraintluff opened 11 years ago
Is there a way to remove whenStable()? We could iteratively wait until all requests were finished before rendering whatever.
whenStable()
Might be slightly slower, as data requests would not execute in parallel.
Is there a way to remove
whenStable()
? We could iteratively wait until all requests were finished before rendering whatever.Might be slightly slower, as data requests would not execute in parallel.