@hocuspocus/provider 3.1.9 → 3.1.11

This diff represents the content of publicly available package versions that have been released to one of the supported registries. The information contained in this diff is provided for informational purposes only and reflects changes between package versions as they appear in their respective public registries.
@@ -1263,6 +1263,7 @@ class HocuspocusProviderWebsocket extends EventEmitter {
1263
1263
  onDestroy: () => null,
1264
1264
  onAwarenessUpdate: () => null,
1265
1265
  onAwarenessChange: () => null,
1266
+ handleTimeout: null,
1266
1267
  providerMap: new Map(),
1267
1268
  };
1268
1269
  this.webSocket = null;
@@ -1347,6 +1348,7 @@ class HocuspocusProviderWebsocket extends EventEmitter {
1347
1348
  maxDelay: this.configuration.maxDelay,
1348
1349
  jitter: this.configuration.jitter,
1349
1350
  timeout: this.configuration.timeout,
1351
+ handleTimeout: this.configuration.handleTimeout,
1350
1352
  beforeAttempt: (context) => {
1351
1353
  if (!this.shouldConnect || cancelAttempt) {
1352
1354
  context.abort();