Skip to main content

Interface: WaitForElectronBridgeOptions

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

Additional configuration for waitForElectronBridge.

Propertiesโ€‹

baseDelay?โ€‹

readonly optional baseDelay?: number

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

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


contracts?โ€‹

readonly optional contracts?: readonly ElectronBridgeContract[]

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

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


maxAttempts?โ€‹

readonly optional maxAttempts?: number

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

Maximum number of polling attempts before giving up.