We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 3d5ba48 commit af11311Copy full SHA for af11311
packages/database/src/api/Database.ts
@@ -284,7 +284,6 @@ function checkTransportInit() {
284
285
/**
286
* Force the use of websockets instead of longPolling.
287
- *
288
*/
289
export function forceWebSockets() {
290
checkTransportInit();
packages/database/src/realtime/TransportManager.ts
@@ -40,7 +40,7 @@ export class TransportManager {
40
}
41
42
43
- * Returns whether transport has been selected to ensure WebSocketConnection or BrowserPollConnection are not called after
+ * Returns whether transport has been selected to ensure WebSocketConnection or BrowserPollConnection are not called after
44
* TransportManager has already set up transports_
45
46
static get IS_TRANSPORT_INITIALIZED() {
0 commit comments