Interface: ScanCallOptions
Defined in: src/scan/scanner.ts:50
Transport options shared by all Scanner operations.
Extended by
Properties
numRetries?
optional numRetries?: number;
Defined in: src/scan/scanner.ts:52
Per-call retry override (0–5). Omit to use the global configuration.
timeoutMs?
optional timeoutMs?: number;
Defined in: src/scan/scanner.ts:54
Per-attempt deadline including response body reads. Defaults to 60 seconds.
signal?
optional signal?: AbortSignal;
Defined in: src/scan/scanner.ts:56
Cancel attempts and retry backoff.