Honor messageKeysLimit, remove batching for session saves
This commit is contained in:
5
ts/window.d.ts
vendored
5
ts/window.d.ts
vendored
@@ -557,7 +557,10 @@ export class CertificateValidatorType {
|
||||
}
|
||||
|
||||
export class SecretSessionCipherClass {
|
||||
constructor(storage: StorageType);
|
||||
constructor(
|
||||
storage: StorageType,
|
||||
options?: { messageKeysLimit?: number | boolean }
|
||||
);
|
||||
decrypt: (
|
||||
validator: CertificateValidatorType,
|
||||
ciphertext: ArrayBuffer,
|
||||
|
Reference in New Issue
Block a user