Skip to content

Session.on('spellcheck-dictionary-download-begin') method

Session › on(‘spellcheck-dictionary-download-begin’)

Unofficial

Emitted when a hunspell dictionary file starts downloading.

Signature:

on(event: "spellcheck-dictionary-download-begin", listener: (event: ElectronEvent, languageCode: string) => void): this

Parameters:

Parameter Type Description
event "spellcheck-dictionary-download-begin"
listener (event: ElectronEvent, languageCode: string) => void

Returns: this