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 06b74ad commit 49b9572Copy full SHA for 49b9572
packages/common/src/client/AbstractPowerSyncDatabase.ts
@@ -644,8 +644,7 @@ export abstract class AbstractPowerSyncDatabase extends BaseObserver<PowerSyncDB
644
*
645
* Unlike {@link getNextCrudTransaction}, which always returns the oldest transaction that hasn't been
646
* {@link CrudTransaction.complete}d yet, this iterator can be used to receive multiple transactions. Calling
647
- * {@link CrudTransaction.complete} will mark _all_ transactions emitted by the iterator until that point as
648
- * completed.
+ * {@link CrudTransaction.complete} will mark that and all prior transactions emitted by the iterator as completed.
649
650
* This can be used to upload multiple transactions in a single batch, e.g with:
651
0 commit comments