Appearance
@keymaster/connect / KeymasterRequestOptions
Interface: KeymasterRequestOptions
Options applying to one protocol request.
Properties overview
| Property | Type | Required | Description |
|---|---|---|---|
requestId? | string | No | Caller-controlled correlation id. |
timeoutMs? | number | No | Per-request timeout in milliseconds. |
signal? | AbortSignal | No | Aborting sends a best-effort protocol cancel and rejects the local promise. |
Properties
requestId?
optionalrequestId?:string
Caller-controlled correlation id. A UUID is generated when omitted.
timeoutMs?
optionaltimeoutMs?:number
Per-request timeout in milliseconds.
signal?
optionalsignal?:AbortSignal
Aborting sends a best-effort protocol cancel and rejects the local promise.