We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent e742306 commit 0ab1019Copy full SHA for 0ab1019
src/index.ts
@@ -23,8 +23,10 @@ type MongoCryptBindings = {
23
24
export interface MongoCryptKMSRequest {
25
addResponse(response: Uint8Array): void;
26
+ fail(): boolean;
27
readonly status: MongoCryptStatus;
28
readonly bytesNeeded: number;
29
+ readonly uSleep: number;
30
readonly kmsProvider: string;
31
readonly endpoint: string;
32
readonly message: Buffer;
0 commit comments