We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent fb762b2 commit d66f0f3Copy full SHA for d66f0f3
packages/firestore/src/local/simple_db.ts
@@ -122,7 +122,7 @@ export class SimpleDbTransaction {
122
}
123
124
maybeCommit(): void {
125
- // If the browser supports V3 indexedDb, invoke commit() explicitly to
+ // If the browser supports V3 IndexedDB, we invoke commit() explicitly to
126
// speed up index DB processing if the event loop remains blocks.
127
const maybeV3IndexedDb = this.transaction as any;
128
if (typeof maybeV3IndexedDb.commit === 'function') {
0 commit comments