Skip to content

ElectronAutoUpdater.on('checking-for-update') method

ElectronAutoUpdater › on(‘checking-for-update’)

Unofficial

Registers a listener for the checking-for-update event.

Signature:

on(event: "checking-for-update", listener: (...args: unknown[]) => void): this

Parameters:

ParameterTypeDescription
event"checking-for-update"
listener(...args: unknown[]) => void

Returns: this