Skip to main content

Interface: WaitForElectronBridgeOptions

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

Additional configuration for waitForElectronBridge.

Propertiesโ€‹

baseDelay?โ€‹

readonly optional baseDelay: number

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

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


contracts?โ€‹

readonly optional contracts: readonly ElectronBridgeContract[]

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

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


maxAttempts?โ€‹

readonly optional maxAttempts: number

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

Maximum number of polling attempts before giving up.