Session.setSpellCheckerDictionaryDownloadURL method
Session › setSpellCheckerDictionaryDownloadURL
Unofficial
Overrides the URL used to download hunspell dictionaries.Signature:
setSpellCheckerDictionaryDownloadURL(url: string): voidParameters:
| Parameter | Type | Description |
|---|---|---|
| url | string | The base URL to download dictionaries from, with a trailing slash. |
Returns: void