Skip to main content

Interface: WaitForElectronBridgeOptions

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

Additional configuration for waitForElectronBridge.

Propertiesโ€‹

baseDelay?โ€‹

readonly optional baseDelay: number

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

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


contracts?โ€‹

readonly optional contracts: readonly ElectronBridgeContract[]

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

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


maxAttempts?โ€‹

readonly optional maxAttempts: number

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

Maximum number of polling attempts before giving up.