CompressResult
type CompressResult = { blob: Blob; originalBytes: number;};Defined in: packages/sdk/src/web/index.ts:235
Properties
Section titled “Properties”blob: Blob;Defined in: packages/sdk/src/web/index.ts:237
Compressed bytes wrapped as a Blob (browser-native).
originalBytes
Section titled “originalBytes”originalBytes: number;Defined in: packages/sdk/src/web/index.ts:239
Size of the source before compression, in bytes.