We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 909cd1c commit b2c0dcdCopy full SHA for b2c0dcd
1 file changed
packages/node/src/db/PowerSyncDatabase.ts
@@ -25,6 +25,10 @@ export type NodePowerSyncDatabaseOptions = PowerSyncDatabaseOptions & {
25
};
26
27
export type NodeAdditionalConnectionOptions = AdditionalConnectionOptions & {
28
+ /**
29
+ * Optional custom dispatcher for HTTP connections (e.g. using undici).
30
+ * Only used when the connection method is SyncStreamConnectionMethod.HTTP
31
+ */
32
dispatcher?: Dispatcher;
33
34
0 commit comments