So, there is a proposal currently in HTML for a new API called SpellCheck Custom Dictionary. For v1 the proposal is dead simple. It introduces a new
document.spellCheckCustomDictionarywith exactly two methods:.addWords(listOfWords)and.removeWords(listOfWords)- wherelistOfWordsis an array of Strings.
You must log in or register to comment.

