Skip to content

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

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

Unofficial

Emitted when a hunspell dictionary file download fails.

Signature:

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

Parameters:

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

Returns: this