File tree Expand file tree Collapse file tree 1 file changed +3
-1
lines changed
packages/firestore/src/core Expand file tree Collapse file tree 1 file changed +3
-1
lines changed Original file line number Diff line number Diff line change @@ -211,8 +211,10 @@ export interface SyncEngine extends RemoteSyncer {
211
211
*/
212
212
registerPendingWritesCallback ( callback : Deferred < void > ) : Promise < void > ;
213
213
214
+ // Visible for testing
214
215
activeLimboDocumentResolutions ( ) : SortedMap < DocumentKey , TargetId > ;
215
216
217
+ // Visible for testing
216
218
enqueuedLimboDocumentResolutions ( ) : DocumentKey [ ] ;
217
219
218
220
handleCredentialChange ( user : User ) : Promise < void > ;
@@ -977,7 +979,7 @@ export function newSyncEngine(
977
979
}
978
980
979
981
/**
980
- * An extension of SyncEngine that also include SharedClientStateSyncer for
982
+ * An extension of SyncEngine that also includes SharedClientStateSyncer for
981
983
* Multi-Tab synchronization.
982
984
*/
983
985
// PORTING NOTE: Web only
You can’t perform that action at this time.
0 commit comments