chore: make macOS spellchecker fns formal no-ops (#35514)
* chore: make macOS spellchecker fns formal no-ops * docs: correct no-op note * test: add no-op specs
This commit is contained in:
parent
bf20aabb9e
commit
38a7da692a
3 changed files with 43 additions and 1 deletions
|
@ -986,7 +986,7 @@ Returns `string[]` - An array of language codes the spellchecker is enabled for.
|
|||
will fallback to using `en-US`. By default on launch if this setting is an empty list Electron will try to populate this
|
||||
setting with the current OS locale. This setting is persisted across restarts.
|
||||
|
||||
**Note:** On macOS the OS spellchecker is used and has its own list of languages. This API is a no-op on macOS.
|
||||
**Note:** On macOS the OS spellchecker is used and has its own list of languages. On macOS, this API will return whichever languages have been configured by the OS.
|
||||
|
||||
#### `ses.setSpellCheckerDictionaryDownloadURL(url)`
|
||||
|
||||
|
|
Loading…
Add table
Add a link
Reference in a new issue