* Preload the collection data by starting sync if not already started * Multiple concurrent calls will share the same promise
()
| 471 | * Multiple concurrent calls will share the same promise |
| 472 | */ |
| 473 | public preload(): Promise<void> { |
| 474 | return this._sync.preload() |
| 475 | } |
| 476 | |
| 477 | /** |
| 478 | * Get the current value for a key (virtual derived state) |
no outgoing calls