We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 618e60a commit 79ddf5fCopy full SHA for 79ddf5f
packages/firestore/src/core/sync_engine.ts
@@ -211,8 +211,10 @@ export interface SyncEngine extends RemoteSyncer {
211
*/
212
registerPendingWritesCallback(callback: Deferred<void>): Promise<void>;
213
214
+ // Visible for testing
215
activeLimboDocumentResolutions(): SortedMap<DocumentKey, TargetId>;
216
217
218
enqueuedLimboDocumentResolutions(): DocumentKey[];
219
220
handleCredentialChange(user: User): Promise<void>;
@@ -977,7 +979,7 @@ export function newSyncEngine(
977
979
}
978
980
981
/**
- * An extension of SyncEngine that also include SharedClientStateSyncer for
982
+ * An extension of SyncEngine that also includes SharedClientStateSyncer for
983
* Multi-Tab synchronization.
984
985
// PORTING NOTE: Web only
0 commit comments