@resolveio/client-lib-core 15.5.0 → 15.5.1

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.
@@ -20,6 +20,7 @@ export declare class SocketManagerService {
20
20
  private _sendTimeout;
21
21
  private _currentLockId;
22
22
  private _chunkAssemblies;
23
+ private readonly _chunkProgressThresholdBytes;
23
24
  private readonly _chunkTextDecoder;
24
25
  private _connectionDelayTimeout;
25
26
  onerror: () => void;
@@ -34,13 +35,20 @@ export declare class SocketManagerService {
34
35
  private processReceivedMessage;
35
36
  private handleChunkedPayload;
36
37
  private createChunkAssembly;
38
+ private initializeChunkProgress;
39
+ private shouldShowChunkProgress;
37
40
  private appendChunkPayload;
41
+ private updateChunkProgress;
38
42
  private emitChunkProgress;
39
43
  private handleChunkFailure;
40
44
  private tryDecodeChunkBuffer;
41
45
  private extractChunkBytes;
42
46
  private ensureUint8Array;
43
47
  private base64ToUint8Array;
48
+ private dismissChunkAlert;
49
+ private getChunkProgressPercent;
50
+ private buildChunkProgressMessage;
51
+ private formatBytes;
44
52
  openSocket(environment: any, protocols: any): void;
45
53
  closeSocket(): void;
46
54
  call(method: string, ...parameters: any[]): Promise<unknown>;
package/package.json CHANGED
@@ -1,6 +1,6 @@
1
1
  {
2
2
  "name": "@resolveio/client-lib-core",
3
- "version": "15.5.0",
3
+ "version": "15.5.1",
4
4
  "module": "fesm2020/resolveio-client-lib-core.min.mjs",
5
5
  "es2020": "fesm2020/resolveio-client-lib-core.min.mjs",
6
6
  "fesm2020": "fesm2020/resolveio-client-lib-core.min.mjs",