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 4161b56 commit e20efb2Copy full SHA for e20efb2
Sources/PowerSync/Protocol/PowerSyncDatabaseProtocol.swift
@@ -65,7 +65,7 @@ public struct ConnectOptions {
65
crudThrottle: TimeInterval = 1,
66
retryDelay: TimeInterval = 5,
67
params: JsonParam = [:],
68
- newClientImplementation: Bool = false,
+ newClientImplementation: Bool = false
69
) {
70
self.crudThrottle = crudThrottle
71
self.retryDelay = retryDelay
@@ -74,12 +74,6 @@ public struct ConnectOptions {
74
}
75
76
77
-@_spi(PowerSyncExperimental)
78
-public enum ConnectionMethod {
79
- case http
80
- case webSocket
81
-}
82
-
83
/// A PowerSync managed database.
84
///
85
/// Use one instance per database file.
0 commit comments