* Start sync immediately - internal method for compiled queries * This bypasses lazy loading for special cases like live query results
()
| 463 | * This bypasses lazy loading for special cases like live query results |
| 464 | */ |
| 465 | public startSyncImmediate(): void { |
| 466 | this._sync.startSync() |
| 467 | } |
| 468 | |
| 469 | /** |
| 470 | * Preload the collection data by starting sync if not already started |