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): thisParameters:
| Parameter | Type | Description |
|---|---|---|
| event | "spellcheck-dictionary-download-failure" | |
| listener | (event: ElectronEvent, languageCode: string) => void |
Returns: this