ElectronWebFrame.setSpellCheckProvider method
ElectronWebFrame › setSpellCheckProvider
Unofficial
Sets a provider for spell checking in input fields and text areas. If you want to use this method you must disable the builtin spellchecker when you construct the window.Signature:
setSpellCheckProvider(language: string, provider: ElectronProvider): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| language | string | The language to spell check. |
| provider | ElectronProvider | The spell check provider. |
Returns: void