Skip to main content

Interface: WaitForElectronBridgeOptions

Defined in: src/services/utils/electronBridgeReadiness.ts:70

Additional configuration for waitForElectronBridge.

Propertiesโ€‹

baseDelay?โ€‹

readonly optional baseDelay?: number;

Defined in: src/services/utils/electronBridgeReadiness.ts:72

Base delay (in ms) for exponential backoff between attempts.


contracts?โ€‹

readonly optional contracts?: readonly ElectronBridgeContract[];

Defined in: src/services/utils/electronBridgeReadiness.ts:74

Contracts that must be satisfied before the bridge is considered ready.


maxAttempts?โ€‹

readonly optional maxAttempts?: number;

Defined in: src/services/utils/electronBridgeReadiness.ts:76

Maximum number of polling attempts before giving up.