Skip to content

Session.setSpellCheckerDictionaryDownloadURL method

Session › setSpellCheckerDictionaryDownloadURL

Unofficial

Overrides the URL used to download hunspell dictionaries.

Signature:

setSpellCheckerDictionaryDownloadURL(url: string): void

Parameters:

Parameter Type Description
url string The base URL to download dictionaries from, with a trailing slash.

Returns: void