Skip to content

Session.setSpellCheckerDictionaryDownloadURL method

Session › setSpellCheckerDictionaryDownloadURL

Unofficial

Overrides the URL used to download hunspell dictionaries.

Signature:

setSpellCheckerDictionaryDownloadURL(url: string): void

Parameters:

ParameterTypeDescription
urlstringThe base URL to download dictionaries from, with a trailing slash.

Returns: void